浏览代码

Update WindowGrid.settings to match the needs a little better

Miroslav Abrahám 5 年之前
父节点
当前提交
a688cb68ec
共有 1 个文件被更改,包括 9 次插入1 次删除
  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"
+        }
     ]
 }