Apple Safari: Difference between revisions
Jump to navigation
Jump to search
Line 119: | Line 119: | ||
<references/> | <references/> | ||
[[Category:Apple]] | [[Category:Apple|Safari]] | ||
[[Category:Index]] | [[Category:Index]] | ||
[[Category:Shortcut]] | [[Category:Shortcut]] |
Revision as of 07:51, 13 April 2013
Apple Safri is a fast browser and the best choice when using Apple OS X.
Apple Tokens
This list is the one you always looking for. The UniCode Apple Command token/symbol list [1].
Token | Hex-Value | Dec-Value | Description |
---|---|---|---|
⌘ | ⌘ | ⌘ | Command Key symbol |
⌫ | ⌫ | ⌫ | Delete Key symbol |
⎋ | ⎋ | ⎋ | Escape Key |
⌥ | ⌥ | ⌥ | Option Key symbol (Alt key). |
⌽ | ⌽ | ⌽ | Power symbol |
⏎ | ⏎ | ⏎ | Return Key symbol |
⇧ | ⇧ | ⇧ | Shift Key |
⇥ | ⇥ | ⇥ | Tab Key symbol |
Keyboard shortcuts
The following list of useful shortcuts are collected from the websites:
- Shortcut world, Safari Shortcuts
- Developer Apple, Apple WebInspector Keyboard Shortcuts.
Keyboard | Description |
---|---|
⌘-T | Open new Tab |
⇧ ⌘-[ | Jump to next Tab |
⇧ ⌘-] | Jump to previous Tab |
⌘-W | Close Tab |
⌘-Z | Re-open closed Tab (Undo) |
⇧ ⌥ ⌘-W | Close all Tabs except active/current tab. |
⌘-N | Open New Window/Tab. |
⌘-M | Mininize current Window |
⌘-H | Hide all Safari Windows |
⇧ ⌘-W | Close Safari Window (Current window, all Tabs) |
⌘-` | Jump to Next Safari Window |
⇧ ⌘-` | Jump to Previous Safari Window |
⌘-Q | Quit Safari, close all Windows/Tabs. |
Changing keyboard shortcuts
To change the keyboard settings for Safari on OS X 10.8 Mountain Lion:
- Open System Preferences
- Click Keyboard
- Select the Keyboard Shortcuts tab
- (OS X 10.7 Lion and higher) Select Application Shortcuts from the list of the left
- Press the + button to add a keyboard shortcut
- Select Safari in the Application popup menu
- Enter the exact Menu Title text of the Menu option.
- Press the key combination you want for the keyboard shortcut in the Keyboard Shortcut text field
- Press Add
Safari favicons
Safari stores favicons in a database WebpageIcons.db located in the folder ~/Library/Safari/Icons.
It is possible to disable the creation of this database with the following command:
defaults write com.apple.Safari WebIconDatabaseEnabled -bool false
Delete the current database after applying the command:
rm ~/Library/Safari/WebpageIcons.db
Relaunch Safari application for changes to take effect.
Restore the creation of favicon database with:
defaults write com.apple.Safari WebIconDatabaseEnabled -bool true
See also
Reference
- ↑ Unicode Apple logo, An Harvard website containing this information. Thx!