Add “Ctrl-A” to the outlook shortcuts

This commit is contained in:
Ben Gotow 2016-09-02 10:40:41 -07:00
parent 59ac291ec0
commit df45ec49cc

View file

@ -11,5 +11,7 @@
"send": "mod+enter",
"core:find-in-thread": "f4",
"core:find-in-thread-next": "shift+f4",
"core:find-in-thread-previous": "ctrl+shift+f4"
"core:find-in-thread-previous": "ctrl+shift+f4",
"multiselect-list:select-all": "ctrl+a"
}