Add missing clipboard shortcut to default-linux.json (#13900)
Bind shift-delete to editor::Cut (similar to #11799, which added copy and paste, but not cut) Release Notes: - N/A
This commit is contained in:
parent
813cc3f5e5
commit
79f3646325
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@
|
|||
"ctrl-t": "editor::Transpose",
|
||||
"ctrl-backspace": "editor::DeleteToPreviousWordStart",
|
||||
"ctrl-delete": "editor::DeleteToNextWordEnd",
|
||||
"shift-delete": "editor::Cut",
|
||||
"ctrl-x": "editor::Cut",
|
||||
"ctrl-insert": "editor::Copy",
|
||||
"ctrl-c": "editor::Copy",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue