pangratz / dotfiles

:wrench: dat zijn mijn dotfiles
2 stars 3 forks source link

Set keyboard shortcuts #8

Open pangratz opened 8 years ago

pangratz commented 8 years ago

Set used keyboard shortcuts on osx/set-defaults.sh as outlined in http://apple.stackexchange.com/questions/87619/where-are-keyboard-shortcuts-stored-for-backup-and-sync-purposes

pangratz commented 7 years ago

Also see https://github.com/vitorgalvao/dotfiles/blob/43146c3b978d786d3822c17f253566f6ce875138/scripts/03_configs.sh#L32-L45

pangratz commented 4 years ago

http://hints.macworld.com/article.php?story=20131123074223584

So setting Sleep to ctrl+alt+cmd+s:

defaults write -g NSUserKeyEquivalents '{
  "Sleep"="@~^s";
}'
pangratz commented 4 years ago

Find out which property changed https://github.com/mathiasbynens/dotfiles/issues/5#issuecomment-4117712