Преглед на файлове

switch keyboard bindings on [ and ] for image rotation

Christopher Prince преди 7 години
родител
ревизия
a3345ba529
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      packages/shortcuts-extension/schema/plugin.json

+ 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"