From: Zachary Vance Date: Thu, 28 May 2015 01:26:10 +0000 (-0700) Subject: Indent and outdent are done, mark this in shortcuts X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=3ff032aa8c1b1628d8ba26a30c1b0c9d46fcf2a3;p=flowy.git Indent and outdent are done, mark this in shortcuts --- diff --git a/dist/flowy.js b/dist/flowy.js index eb63bd2..f66f16b 100644 --- a/dist/flowy.js +++ b/dist/flowy.js @@ -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", diff --git a/dist/flowy.unwrapped.js b/dist/flowy.unwrapped.js index e52810d..138a8db 100644 --- a/dist/flowy.unwrapped.js +++ b/dist/flowy.unwrapped.js @@ -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", diff --git a/src/views/todo.js b/src/views/todo.js index ac22778..e60812d 100644 --- a/src/views/todo.js +++ b/src/views/todo.js @@ -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",