فهرست منبع

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"