Skip to content

Instantly share code, notes, and snippets.

@beeman
Created February 3, 2018 22:00
Show Gist options
  • Save beeman/9c045bd1a4f613d43bec8aabcb7c0d30 to your computer and use it in GitHub Desktop.
Save beeman/9c045bd1a4f613d43bec8aabcb7c0d30 to your computer and use it in GitHub Desktop.
~/Library/Application\ Support/Spectacle/Shortcuts.json
[
{
"shortcut_key_binding" : "alt+shift+cmd+z",
"shortcut_name" : "RedoLastMove"
},
{
"shortcut_key_binding" : null,
"shortcut_name" : "MakeSmaller"
},
{
"shortcut_key_binding" : "ctrl+alt+left",
"shortcut_name" : "MoveToPreviousThird"
},
{
"shortcut_key_binding" : "shift+cmd+right",
"shortcut_name" : "MoveToUpperRight"
},
{
"shortcut_key_binding" : null,
"shortcut_name" : "MoveToBottomHalf"
},
{
"shortcut_key_binding" : "ctrl+alt+cmd+right",
"shortcut_name" : "MoveToNextDisplay"
},
{
"shortcut_key_binding" : null,
"shortcut_name" : "MoveToTopHalf"
},
{
"shortcut_key_binding" : "shift+cmd+left",
"shortcut_name" : "MoveToLowerLeft"
},
{
"shortcut_key_binding" : null,
"shortcut_name" : "MakeLarger"
},
{
"shortcut_key_binding" : "alt+cmd+z",
"shortcut_name" : "UndoLastMove"
},
{
"shortcut_key_binding" : "ctrl+alt+cmd+left",
"shortcut_name" : "MoveToPreviousDisplay"
},
{
"shortcut_key_binding" : "alt+cmd+f",
"shortcut_name" : "MoveToFullscreen"
},
{
"shortcut_key_binding" : "ctrl+alt+right",
"shortcut_name" : "MoveToNextThird"
},
{
"shortcut_key_binding" : "ctrl+shift+cmd+left",
"shortcut_name" : "MoveToLeftHalf"
},
{
"shortcut_key_binding" : "alt+cmd+c",
"shortcut_name" : "MoveToCenter"
},
{
"shortcut_key_binding" : "ctrl+shift+cmd+right",
"shortcut_name" : "MoveToRightHalf"
},
{
"shortcut_key_binding" : "shift+cmd+down",
"shortcut_name" : "MoveToLowerRight"
},
{
"shortcut_key_binding" : "shift+cmd+up",
"shortcut_name" : "MoveToUpperLeft"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment