mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-30 20:07:48 +08:00
fix(keymaps): Correctly map mod+z to undo, instead of just z (#2663)
This commit is contained in:
parent
664943354e
commit
6b7b8d2adb
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
|||
"core:select-down": "shift+j",
|
||||
"core:focus-item": "o",
|
||||
"core:select-item": "x",
|
||||
"core:undo": "z",
|
||||
"core:undo": "mod+z",
|
||||
|
||||
"message-list:previous-message": "p",
|
||||
"message-list:next-message": "n",
|
||||
|
|
|
@ -32,5 +32,5 @@
|
|||
|
||||
"core:remove-and-previous": ["}", "]"],
|
||||
"core:remove-and-next": ["{", "["],
|
||||
"core:undo": "z"
|
||||
"core:undo": "mod+z"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue