Skip to content

Instantly share code, notes, and snippets.

@hustshawn
Created February 13, 2024 10:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hustshawn/d757e81e78851dd4578f0d702c3eaee8 to your computer and use it in GitHub Desktop.
Save hustshawn/d757e81e78851dd4578f0d702c3eaee8 to your computer and use it in GitHub Desktop.
Rectangle Config File
{
"bundleId": "com.knollsoft.Rectangle",
"shortcuts": {
"maximizeHeight": {
"keyCode": 126,
"modifierFlags": 917504
},
"rightHalf": {
"keyCode": 124,
"modifierFlags": 1572864
},
"topHalf": {
"keyCode": 126,
"modifierFlags": 1572864
},
"leftHalf": {
"keyCode": 123,
"modifierFlags": 1572864
},
"bottomHalf": {
"modifierFlags": 1572864,
"keyCode": 125
},
"bottomRight": {
"modifierFlags": 1441792,
"keyCode": 124
},
"larger": {
"keyCode": 124,
"modifierFlags": 917504
},
"center": {
"modifierFlags": 1572864,
"keyCode": 8
},
"topLeft": {
"keyCode": 123,
"modifierFlags": 1310720
},
"nextDisplay": {
"modifierFlags": 1835008,
"keyCode": 124
},
"restore": {
"modifierFlags": 786432,
"keyCode": 51
},
"topRight": {
"modifierFlags": 1310720,
"keyCode": 124
},
"smaller": {
"keyCode": 123,
"modifierFlags": 917504
},
"bottomLeft": {
"modifierFlags": 1441792,
"keyCode": 123
},
"previousDisplay": {
"modifierFlags": 1835008,
"keyCode": 123
},
"maximize": {
"keyCode": 3,
"modifierFlags": 1572864
}
},
"defaults": {
"notifiedOfProblemApps": {
"bool": false
},
"almostMaximizeWidth": {
"float": 0
},
"obtainWindowOnClick": {
"int": 0
},
"footprintFade": {
"int": 0
},
"ignoredSnapAreas": {
"int": 0
},
"showAllActionsInMenu": {
"int": 0
},
"todoSidebarWidth": {
"float": 400
},
"alternateDefaultShortcuts": {
"bool": false
},
"windowSnapping": {
"int": 0
},
"disabledApps": {},
"minimumWindowWidth": {
"float": 0
},
"minimumWindowHeight": {
"float": 0
},
"curtainChangeSize": {
"int": 0
},
"fullIgnoreBundleIds": {},
"todoMode": {
"bool": false
},
"snapEdgeMarginTop": {
"float": 5
},
"screenEdgeGapLeft": {
"float": 0
},
"launchOnLogin": {
"bool": true
},
"hideMenubarIcon": {
"bool": false
},
"moveCursorAcrossDisplays": {
"int": 0
},
"unsnapRestore": {
"int": 0
},
"specifiedWidth": {
"float": 1680
},
"resizeOnDirectionalMove": {
"bool": false
},
"footprintColor": {},
"snapEdgeMarginBottom": {
"float": 5
},
"almostMaximizeHeight": {
"float": 0
},
"screenEdgeGapRight": {
"float": 0
},
"SUEnableAutomaticChecks": {
"bool": false
},
"screenEdgeGapBottom": {
"float": 0
},
"centeredDirectionalMove": {
"int": 0
},
"gapSize": {
"float": 0
},
"snapEdgeMarginRight": {
"float": 5
},
"altThirdCycle": {
"int": 0
},
"allowAnyShortcut": {
"bool": true
},
"centerHalfCycles": {
"int": 0
},
"specifiedHeight": {
"float": 1050
},
"footprintAlpha": {
"float": 0.3
},
"screenEdgeGapTop": {
"float": 0
},
"relaunchOpensMenu": {
"bool": false
},
"todoApplication": {},
"subsequentExecutionMode": {
"int": 2
},
"attemptMatchOnNextPrevDisplay": {
"int": 0
},
"sizeOffset": {
"float": 0
},
"snapModifiers": {
"int": 0
},
"todo": {
"int": 0
},
"traverseSingleScreen": {
"int": 0
},
"snapEdgeMarginLeft": {
"float": 5
},
"footprintBorderWidth": {
"float": 2
}
},
"version": "54"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment