Skip to content

Commit

Permalink
need to escape that $
Browse files Browse the repository at this point in the history
  • Loading branch information
ymendel committed Sep 18, 2013
1 parent 8d8793f commit 84721ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osx/input.defaults
Expand Up @@ -27,7 +27,7 @@ defaults write NSGlobalDomain NSUserKeyEquivalents -dict-add "Previous Tab"
# rehearse slideshow with cmd-opt-R
defaults write com.apple.iWork.Keynote NSUserKeyEquivalents -dict-add "Rehearse Slideshow" "@~R"
# new slide should be easier than new presentation
defaults write com.apple.iWork.Keynote NSUserKeyEquivalents -dict-add "New" "@$N"
defaults write com.apple.iWork.Keynote NSUserKeyEquivalents -dict-add "New" "@\$N"
defaults write com.apple.iWork.Keynote NSUserKeyEquivalents -dict-add "New Slide" "@N"

# Mailplane
Expand Down

0 comments on commit 84721ca

Please sign in to comment.