aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2011-09-08 23:34:45 +0300
committerMathias Bynens <mathias@qiwi.be>2011-09-08 23:34:45 +0300
commit9f0ec47c7f50a93a325eb5252ab3ebdd4dda1610 (patch)
treecc1259123797e3f0ba10eb1fd03bae9f4fb4867d /.osx
parent7346f4c4592a38605feee862352918eafd41dd75 (diff)
downloaddotfiles-9f0ec47c7f50a93a325eb5252ab3ebdd4dda1610.tar.gz
dotfiles-9f0ec47c7f50a93a325eb5252ab3ebdd4dda1610.tar.bz2
dotfiles-9f0ec47c7f50a93a325eb5252ab3ebdd4dda1610.zip
Enable full keyboard access for all controls (e.g. enable Tab in modal dialogs).
Diffstat (limited to '.osx')
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
diff --git a/.osx b/.osx
index cff5e82..3f14132 100755
--- a/.osx
+++ b/.osx
@@ -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