mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-04 07:10:06 +08:00
fix(Inbox): Allow shift-J, shift-K to select threads
This commit is contained in:
parent
cd4b1c7016
commit
880dada861
1 changed files with 2 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue