From cd763e46eafdfb771a045f3eed0d4c1990844c54 Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Mon, 26 Apr 2021 15:37:35 -0400 Subject: [PATCH] ADding rectangle --- rectangle.json | 245 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 245 insertions(+) create mode 100644 rectangle.json diff --git a/rectangle.json b/rectangle.json new file mode 100644 index 0000000..03e5d6b --- /dev/null +++ b/rectangle.json @@ -0,0 +1,245 @@ +{ + "defaults" : { + "centerHalfCycles" : { + "int" : 0 + }, + "curtainChangeSize" : { + "int" : 0 + }, + "allowAnyShortcut" : { + "bool" : false + }, + "ignoredSnapAreas" : { + "int" : 0 + }, + "almostMaximizeWidth" : { + "float" : 0 + }, + "screenEdgeGapBottom" : { + "float" : 0 + }, + "todoMode" : { + "bool" : false + }, + "screenEdgeGapTop" : { + "float" : 0 + }, + "SUEnableAutomaticChecks" : { + "bool" : true + }, + "gapSize" : { + "float" : 4 + }, + "disabledApps" : { + + }, + "todoSidebarWidth" : { + "float" : 400 + }, + "todoApplication" : { + + }, + "centeredDirectionalMove" : { + "int" : 0 + }, + "unsnapRestore" : { + "int" : 0 + }, + "snapEdgeMarginTop" : { + "float" : 5 + }, + "snapModifiers" : { + "int" : 0 + }, + "altThirdCycle" : { + "int" : 0 + }, + "launchOnLogin" : { + "bool" : true + }, + "hideMenubarIcon" : { + "bool" : false + }, + "traverseSingleScreen" : { + "int" : 0 + }, + "snapEdgeMarginBottom" : { + "float" : 5 + }, + "minimumWindowHeight" : { + "float" : 0 + }, + "footprintFade" : { + "int" : 0 + }, + "screenEdgeGapRight" : { + "float" : 0 + }, + "screenEdgeGapLeft" : { + "float" : 0 + }, + "showAllActionsInMenu" : { + "int" : 0 + }, + "alternateDefaultShortcuts" : { + "bool" : true + }, + "subsequentExecutionMode" : { + "int" : 1 + }, + "footprintBorderWidth" : { + "float" : 2 + }, + "relaunchOpensMenu" : { + "bool" : false + }, + "windowSnapping" : { + "int" : 2 + }, + "todo" : { + "int" : 0 + }, + "snapEdgeMarginLeft" : { + "float" : 5 + }, + "obtainWindowOnClick" : { + "int" : 0 + }, + "snapEdgeMarginRight" : { + "float" : 5 + }, + "footprintAlpha" : { + "float" : 0.30000001192092896 + }, + "footprintColor" : { + + }, + "minimumWindowWidth" : { + "float" : 0 + }, + "attemptMatchOnNextPrevDisplay" : { + "int" : 0 + }, + "almostMaximizeHeight" : { + "float" : 0 + }, + "resizeOnDirectionalMove" : { + "bool" : false + }, + "sizeOffset" : { + "float" : 0 + } + }, + "shortcuts" : { + "previousDisplay" : { + "keyCode" : 123, + "modifierFlags" : 1835008 + }, + "bottomRightSixth" : { + "keyCode" : 22, + "modifierFlags" : 1835008 + }, + "maximizeHeight" : { + "keyCode" : 126, + "modifierFlags" : 917504 + }, + "topLeft" : { + "keyCode" : 32, + "modifierFlags" : 786432 + }, + "bottomCenterSixth" : { + "keyCode" : 23, + "modifierFlags" : 1835008 + }, + "bottomLeftSixth" : { + "keyCode" : 21, + "modifierFlags" : 1835008 + }, + "maximize" : { + "keyCode" : 36, + "modifierFlags" : 786432 + }, + "restore" : { + "keyCode" : 51, + "modifierFlags" : 786432 + }, + "topCenterSixth" : { + "keyCode" : 19, + "modifierFlags" : 1835008 + }, + "lastTwoThirds" : { + "keyCode" : 17, + "modifierFlags" : 786432 + }, + "leftHalf" : { + "keyCode" : 123, + "modifierFlags" : 786432 + }, + "bottomHalf" : { + "keyCode" : 125, + "modifierFlags" : 786432 + }, + "rightHalf" : { + "keyCode" : 124, + "modifierFlags" : 786432 + }, + "bottomLeft" : { + "keyCode" : 38, + "modifierFlags" : 786432 + }, + "smaller" : { + "keyCode" : 27, + "modifierFlags" : 786432 + }, + "bottomRight" : { + "keyCode" : 40, + "modifierFlags" : 786432 + }, + "centerThird" : { + "keyCode" : 3, + "modifierFlags" : 786432 + }, + "topRightSixth" : { + "keyCode" : 20, + "modifierFlags" : 1835008 + }, + "nextDisplay" : { + "keyCode" : 124, + "modifierFlags" : 1835008 + }, + "topHalf" : { + "keyCode" : 126, + "modifierFlags" : 786432 + }, + "firstTwoThirds" : { + "keyCode" : 14, + "modifierFlags" : 786432 + }, + "center" : { + "keyCode" : 8, + "modifierFlags" : 786432 + }, + "topLeftSixth" : { + "keyCode" : 18, + "modifierFlags" : 1835008 + }, + "firstThird" : { + "keyCode" : 2, + "modifierFlags" : 786432 + }, + "lastThird" : { + "keyCode" : 5, + "modifierFlags" : 786432 + }, + "topRight" : { + "keyCode" : 34, + "modifierFlags" : 786432 + }, + "larger" : { + "keyCode" : 24, + "modifierFlags" : 786432 + } + }, + "bundleId" : "com.knollsoft.Rectangle", + "version" : "50" +} \ No newline at end of file