Kaynağa Gözat

switch keyboard bindings on [ and ] for image rotation

Christopher Prince 7 yıl önce
ebeveyn
işleme
a3345ba529

+ 2 - 2
packages/shortcuts-extension/schema/plugin.json

@@ -179,7 +179,7 @@
       "default": { },
       "properties": {
         "command": { "default": "imageviewer:rotate-clockwise" },
-        "keys": { "default": ["["] },
+        "keys": { "default": ["]"] },
         "selector": { "default": ".jp-ImageViewer" }
       },
       "type": "object"
@@ -188,7 +188,7 @@
       "default": { },
       "properties": {
         "command": { "default": "imageviewer:rotate-counterclockwise" },
-        "keys": { "default": ["]"] },
+        "keys": { "default": ["["] },
         "selector": { "default": ".jp-ImageViewer" }
       },
       "type": "object"