mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
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:
committed by
Nick O'Leary
parent
f62cf6818b
commit
dc24c05229
@@ -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...",
|
||||
|
Reference in New Issue
Block a user