[groups] Add copy/paste group style actions

This commit is contained in:
Nick O'Leary
2020-03-26 15:24:02 +00:00
parent 3e7f58dedd
commit afb564a4fc
2 changed files with 71 additions and 7 deletions

View File

@@ -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"
}
}