mirror of
https://github.com/node-red/node-red.git
synced 2025-12-27 23:34:38 +01:00
[groups] Add ungroup-selection action
This commit is contained in:
@@ -62,6 +62,7 @@
|
||||
"shift-left": "core:step-selection-left",
|
||||
"ctrl-shift-j": "core:show-previous-tab",
|
||||
"ctrl-shift-k": "core:show-next-tab",
|
||||
"ctrl-shift-g": "core:group-selection"
|
||||
"ctrl-shift-g": "core:group-selection",
|
||||
"ctrl-shift-u": "core:ungroup-selection"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user