fix(shortcuts): Add Cmd+[, Cmd+] to Apple Mail preset #1332

This commit is contained in:
Ben Gotow 2016-05-09 17:34:59 -07:00
parent 304d3d7138
commit 182b8fe37e

View file

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