mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-11 23:24:32 +08:00
fix(shortcuts): Add Cmd+[, Cmd+] to Apple Mail preset #1332
This commit is contained in:
parent
304d3d7138
commit
182b8fe37e
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,11 @@
|
|||
|
||||
"multiselect-list:select-all": "command+a",
|
||||
|
||||
"core:previous-item": "command+[",
|
||||
"core:select-up": "shift+command+[",
|
||||
"core:next-item": "command+]",
|
||||
"core:select-down": "shift+command+]",
|
||||
|
||||
"core:reply": "mod+r",
|
||||
"core:reply-all": "mod+shift+r",
|
||||
"core:forward": "mod+shift+f",
|
||||
|
|
Loading…
Add table
Reference in a new issue