Map shift-backspace to backspace
A user pointed out that it was weird that this didn't work and violated their muscle memory.
This commit is contained in:
parent
b355b5c1fb
commit
30f2604a8d
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
||||||
"bindings": {
|
"bindings": {
|
||||||
"escape": "editor::Cancel",
|
"escape": "editor::Cancel",
|
||||||
"backspace": "editor::Backspace",
|
"backspace": "editor::Backspace",
|
||||||
|
"shift-backspace": "editor::Backspace",
|
||||||
"ctrl-h": "editor::Backspace",
|
"ctrl-h": "editor::Backspace",
|
||||||
"delete": "editor::Delete",
|
"delete": "editor::Delete",
|
||||||
"ctrl-d": "editor::Delete",
|
"ctrl-d": "editor::Delete",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue