Skip to content

Commit

Permalink
More tab-switching shortcuts
Browse files Browse the repository at this point in the history
Sometimes the menu items don't have "Select" in the name.
  • Loading branch information
ymendel committed Aug 28, 2012
1 parent ebcfdef commit b55e8d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions osx/input.defaults
Expand Up @@ -15,3 +15,5 @@ defaults write NSGlobalDomain com.apple.keyboard.fnState -bool true
# change tabs with cmd-opt-arrow
defaults write NSGlobalDomain NSUserKeyEquivalents -dict-add "Select Next Tab" "@~\U2192"
defaults write NSGlobalDomain NSUserKeyEquivalents -dict-add "Select Previous Tab" "@~\U2190"
defaults write NSGlobalDomain NSUserKeyEquivalents -dict-add "Next Tab" "@~\U2192"
defaults write NSGlobalDomain NSUserKeyEquivalents -dict-add "Previous Tab" "@~\U2190"

0 comments on commit b55e8d8

Please sign in to comment.