diff options
author | Mathias Bynens <mathias@qiwi.be> | 2011-09-08 23:34:45 +0300 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2011-09-08 23:34:45 +0300 |
commit | 9f0ec47c7f50a93a325eb5252ab3ebdd4dda1610 (patch) | |
tree | cc1259123797e3f0ba10eb1fd03bae9f4fb4867d | |
parent | 7346f4c4592a38605feee862352918eafd41dd75 (diff) | |
download | dotfiles-9f0ec47c7f50a93a325eb5252ab3ebdd4dda1610.tar.gz dotfiles-9f0ec47c7f50a93a325eb5252ab3ebdd4dda1610.tar.bz2 dotfiles-9f0ec47c7f50a93a325eb5252ab3ebdd4dda1610.zip |
Enable full keyboard access for all controls (e.g. enable Tab in modal dialogs).
-rwxr-xr-x | .osx | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +# Enable full keyboard access for all controls (e.g. enable Tab in modal dialogs) +defaults write NSGlobalDomain AppleKeyboardUIMode -int 3 + # Enable the 2D Dock defaults write com.apple.dock no-glass -bool true |