Browse Source

switch keyboard bindings on [ and ] for image rotation

Christopher Prince 7 years ago
parent
commit
a3345ba529
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/shortcuts-extension/schema/plugin.json

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

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