From 93131a11c72f5adc04af882a74ec8b2a6e7ca43c Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Thu, 14 Apr 2016 17:36:51 -0400 Subject: [PATCH] fix(Inbox): Allow shift-J, shift-K to select threads --- keymaps/templates/Inbox by Gmail.cson | 2 ++ 1 file changed, 2 insertions(+) diff --git a/keymaps/templates/Inbox by Gmail.cson b/keymaps/templates/Inbox by Gmail.cson index 4c5cb290f..4989b9dc5 100644 --- a/keymaps/templates/Inbox by Gmail.cson +++ b/keymaps/templates/Inbox by Gmail.cson @@ -11,7 +11,9 @@ ### Navigation ### 'u': 'application:pop-sheet' 'k': 'core:previous-item' + 'shift-k': 'core:select-up' 'j': 'core:next-item' + 'shift-j': 'core:select-down' 'o': 'core:focus-item' 'p': 'message-list:previous-message' 'n': 'message-list:next-message'