Pārlūkot izejas kodu

Update WindowGrid.settings to match the needs a little better

Miroslav Abrahám 5 gadi atpakaļ
vecāks
revīzija
a688cb68ec
1 mainītis faili ar 9 papildinājumiem un 1 dzēšanām
  1. 9 1
      settings/windowgrid/WindowGrid.settings

+ 9 - 1
settings/windowgrid/WindowGrid.settings

@@ -9,7 +9,7 @@
     "Grid":
     {
         "GridX": 60,
-        "GridY": 30,
+        "GridY": 34,
         "BlurRadius": 3,
         "FillWindow": true,
         "Opacity": 0.75,
@@ -27,5 +27,13 @@
     },
     "Input":
     [
+        {
+            "Key": "MOUSE_RBUTTON",
+            "Command": "Resize"
+        },
+        {
+            "Key": "MOUSE_MBUTTON",
+            "Command": "Move"
+        }
     ]
 }