Skip to content

Instantly share code, notes, and snippets.

@thibmaek
Created October 21, 2017 23:48
Show Gist options
  • Save thibmaek/fe4eaf4129e28940b64c797d56f0f60a to your computer and use it in GitHub Desktop.
Save thibmaek/fe4eaf4129e28940b64c797d56f0f60a to your computer and use it in GitHub Desktop.
Spectacle shortcuts
[
{
"shortcut_key_binding" : null,
"shortcut_name" : "RedoLastMove"
},
{
"shortcut_key_binding" : "ctrl+alt+cmd+=",
"shortcut_name" : "MakeSmaller"
},
{
"shortcut_key_binding" : null,
"shortcut_name" : "MoveToUpperLeft"
},
{
"shortcut_key_binding" : null,
"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" : null,
"shortcut_name" : "MoveToLowerLeft"
},
{
"shortcut_key_binding" : "ctrl+alt+cmd+\/",
"shortcut_name" : "MakeLarger"
},
{
"shortcut_key_binding" : null,
"shortcut_name" : "UndoLastMove"
},
{
"shortcut_key_binding" : "ctrl+alt+cmd+left",
"shortcut_name" : "MoveToPreviousDisplay"
},
{
"shortcut_key_binding" : "ctrl+alt+cmd+f",
"shortcut_name" : "MoveToFullscreen"
},
{
"shortcut_key_binding" : null,
"shortcut_name" : "MoveToNextThird"
},
{
"shortcut_key_binding" : "ctrl+alt+cmd+j",
"shortcut_name" : "MoveToLeftHalf"
},
{
"shortcut_key_binding" : "alt+shift+cmd+c",
"shortcut_name" : "MoveToCenter"
},
{
"shortcut_key_binding" : "ctrl+alt+cmd+k",
"shortcut_name" : "MoveToRightHalf"
},
{
"shortcut_key_binding" : null,
"shortcut_name" : "MoveToPreviousThird"
},
{
"shortcut_key_binding" : null,
"shortcut_name" : "MoveToLowerRight"
}
]
@tommike32122
Copy link

Spectacle shortcuts are time-saving keyboard combinations and hotkeys designed to enhance the user experience in the Spectacle app. Spectacle is a window management tool for macOS, which allows users to eye glasses frames efficiently organize and manage their windows on the screen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment