Skip to content

Instantly share code, notes, and snippets.

@wicksome
Created March 4, 2019 11:48
Show Gist options
  • Save wicksome/608f25cc61fe9e94ab3a4bf89fa42262 to your computer and use it in GitHub Desktop.
Save wicksome/608f25cc61fe9e94ab3a4bf89fa42262 to your computer and use it in GitHub Desktop.
BTTShortcutModifierKeys
# BTTShortcutModifierKeys
# https://community.folivora.ai/t/could-you-provide-a-formula-for-determining-keyboard-shortcuts-values/3606
1048576 cmd
131072 shift
1179648 shift+cmd
1441792 shift+control+cmd
524288 opt
655360 opt+shift
1703936 opt+shift+cmd
1572864 opt+cmd
262144 ctrl
1966080 ctrl+opt+shift+cmd
786432 ctrl+opt
1835008 ctrl+opt+cmd
917504 crtl+opt+shift
1310720 ctrl+cmd
393216 crtl+shift
8388608 fn
8912896 fn+opt
9961472 fn+opt+cmd
9043968 fn+opt+shift
10092544 fn+opt+shift+cmd
8650752 fn+ctrl
9699328 fn+ctrl+cmd
9175040 fn+ctrl+opt
10354688 fn+crtl+opt+shift+cmd
8781824 fn+crtl+shift
9830400 fn+crtl+shift+cmd
9568256 fn+shift+cmd
9437184 fn+cmd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment