We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
osx/set-defaults.sh
The text was updated successfully, but these errors were encountered:
Also see https://github.com/vitorgalvao/dotfiles/blob/43146c3b978d786d3822c17f253566f6ce875138/scripts/03_configs.sh#L32-L45
Sorry, something went wrong.
http://hints.macworld.com/article.php?story=20131123074223584
So setting Sleep to ctrl+alt+cmd+s:
Sleep
ctrl+alt+cmd+s
defaults write -g NSUserKeyEquivalents '{ "Sleep"="@~^s"; }'
Find out which property changed mathiasbynens/dotfiles#5 (comment)
No branches or pull requests
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-purposesThe text was updated successfully, but these errors were encountered: