Keyboard shortcuts dialog update (#923)

* Added Ctrl+Z to the Keyboard Shortcuts dialog.

* Added Arrow Keys and Shift + Arrow Keys shortcuts to the Keyboard Shortcuts dialog.

* Added the [Backspace] key to the Keyboard Shortcuts dialog.
This commit is contained in:
Jesse Naranjo
2016-07-03 18:10:51 -04:00
committed by Nick O'Leary
parent f62cf6818b
commit dc24c05229
2 changed files with 13 additions and 2 deletions

View File

@@ -147,11 +147,14 @@
"deleteSelected": "Delete selected nodes or link",
"importNode": "Import nodes",
"exportNode": "Export selected nodes",
"nudgeNode": "Move selected node(s) by a small amount",
"moveNode": "Move selected node(s) by a large amount",
"toggleSidebar": "Toggle sidebar",
"deleteNode": "Delete selected nodes or link",
"copyNode": "Copy selected nodes",
"cutNode": "Cut selected nodes",
"pasteNode": "Paste nodes"
"pasteNode": "Paste nodes",
"undoChange": "Undo the last change performed"
},
"library": {
"openLibrary": "Open Library...",