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

This commit is contained in:
Ben Gotow 2016-04-14 17:08:46 -04:00
parent 59b0c1c556
commit 7dee437e61

View file

@ -23,7 +23,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'