fix(Inbox): Allow shift-J, shift-K to select threads

This commit is contained in:
Ben Gotow 2016-04-14 17:36:51 -04:00
parent cd4b1c7016
commit 880dada861

View file

@ -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'