]> git.za3k.com Git - flowy.git/commitdiff
Indent and outdent are done, mark this in shortcuts
authorZachary Vance <vanceza@gmail.com>
Thu, 28 May 2015 01:26:10 +0000 (18:26 -0700)
committerZachary Vance <vanceza@gmail.com>
Thu, 28 May 2015 01:26:10 +0000 (18:26 -0700)
dist/flowy.js
dist/flowy.unwrapped.js
src/views/todo.js

index eb63bd2d98feae0e5dc0a46c840925656ebd4c93..f66f16b09dcb836865ad92bc495a5242b3fb3017 100644 (file)
@@ -417,8 +417,8 @@ var TodoView = Backbone.View.extend({
     'Shortcut("zoomIn", "Not Done - Zoom in", "alt+right") > .text': 'zoomIn',
     'Shortcut("zoomOut", "Not Done - Zoom out", "alt+left") > .text': 'zoomOut',
     'Shortcut("expand", "Not Done - Expand / collapse", "ctrl+space") > .text': 'expand',
-    'Shortcut("indent", "Not Done - Indent", "tab,alt+shift+right") > .text': 'indent',
-    'Shortcut("outdent", "Not Done - Outdent", "shift+tab,alt+shift+left") > .text': 'outdent',
+    'Shortcut("indent", "Indent", "tab,alt+shift+right") > .text': 'indent',
+    'Shortcut("outdent", "Outdent", "shift+tab,alt+shift+left") > .text': 'outdent',
     'Shortcut("moveDown", "Not Done - Move", "alt+shift+down") > .text': 'moveDown',
     'Shortcut("moveUp", "Not Done - Move", "alt+shift+up") > .text': 'moveUp',
     'Shortcut("toggleComplete", "Complete", "ctrl+enter") > .text': "toggleComplete",
index e52810da96c98099b45f53e6538c6c890a7ed48b..138a8db2470ddfa54d0c2699b5274e3844de49dd 100644 (file)
@@ -416,8 +416,8 @@ var TodoView = Backbone.View.extend({
     'Shortcut("zoomIn", "Not Done - Zoom in", "alt+right") > .text': 'zoomIn',
     'Shortcut("zoomOut", "Not Done - Zoom out", "alt+left") > .text': 'zoomOut',
     'Shortcut("expand", "Not Done - Expand / collapse", "ctrl+space") > .text': 'expand',
-    'Shortcut("indent", "Not Done - Indent", "tab,alt+shift+right") > .text': 'indent',
-    'Shortcut("outdent", "Not Done - Outdent", "shift+tab,alt+shift+left") > .text': 'outdent',
+    'Shortcut("indent", "Indent", "tab,alt+shift+right") > .text': 'indent',
+    'Shortcut("outdent", "Outdent", "shift+tab,alt+shift+left") > .text': 'outdent',
     'Shortcut("moveDown", "Not Done - Move", "alt+shift+down") > .text': 'moveDown',
     'Shortcut("moveUp", "Not Done - Move", "alt+shift+up") > .text': 'moveUp',
     'Shortcut("toggleComplete", "Complete", "ctrl+enter") > .text': "toggleComplete",
index ac22778e88228e61cb211657c263206296fa57d3..e60812df5d55507970f0d1e52f4b4c8909e10f70 100644 (file)
@@ -20,8 +20,8 @@ var TodoView = Backbone.View.extend({
     'Shortcut("zoomIn", "Not Done - Zoom in", "alt+right") > .text': 'zoomIn',
     'Shortcut("zoomOut", "Not Done - Zoom out", "alt+left") > .text': 'zoomOut',
     'Shortcut("expand", "Not Done - Expand / collapse", "ctrl+space") > .text': 'expand',
-    'Shortcut("indent", "Not Done - Indent", "tab,alt+shift+right") > .text': 'indent',
-    'Shortcut("outdent", "Not Done - Outdent", "shift+tab,alt+shift+left") > .text': 'outdent',
+    'Shortcut("indent", "Indent", "tab,alt+shift+right") > .text': 'indent',
+    'Shortcut("outdent", "Outdent", "shift+tab,alt+shift+left") > .text': 'outdent',
     'Shortcut("moveDown", "Not Done - Move", "alt+shift+down") > .text': 'moveDown',
     'Shortcut("moveUp", "Not Done - Move", "alt+shift+up") > .text': 'moveUp',
     'Shortcut("toggleComplete", "Complete", "ctrl+enter") > .text': "toggleComplete",