mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Add go-to-previous/next-location actions
This commit is contained in:
@@ -66,6 +66,8 @@
|
||||
"shift-left": "core:step-selection-left",
|
||||
"ctrl-shift-j": "core:show-previous-tab",
|
||||
"ctrl-shift-k": "core:show-next-tab",
|
||||
"ctrl-shift-left": "core:go-to-previous-location",
|
||||
"ctrl-shift-right": "core:go-to-next-location",
|
||||
"ctrl-shift-g": "core:group-selection",
|
||||
"ctrl-shift-u": "core:ungroup-selection",
|
||||
"ctrl-shift-c": "core:copy-group-style",
|
||||
|
||||
Reference in New Issue
Block a user