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