From df45ec49cc8cec46d79786fafcfc4b66dbb55a3b Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Fri, 2 Sep 2016 10:40:41 -0700 Subject: [PATCH] =?UTF-8?q?Add=20=E2=80=9CCtrl-A=E2=80=9D=20to=20the=20out?= =?UTF-8?q?look=20shortcuts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- keymaps/templates/Outlook.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/keymaps/templates/Outlook.json b/keymaps/templates/Outlook.json index 4fdfb2c04..f6b6b263d 100644 --- a/keymaps/templates/Outlook.json +++ b/keymaps/templates/Outlook.json @@ -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" }