From 3ff032aa8c1b1628d8ba26a30c1b0c9d46fcf2a3 Mon Sep 17 00:00:00 2001 From: Zachary Vance Date: Wed, 27 May 2015 18:26:10 -0700 Subject: [PATCH] Indent and outdent are done, mark this in shortcuts --- dist/flowy.js | 4 ++-- dist/flowy.unwrapped.js | 4 ++-- src/views/todo.js | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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", -- 2.47.3