mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-25 09:32:33 +08:00
fix(search): Command-alt-f to highlight search
Fixes T3011
This commit is contained in:
parent
cd6f33250f
commit
5ddbe34e58
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
'body':
|
'body':
|
||||||
'c' : 'application:new-message' # Gmail
|
'c' : 'application:new-message' # Gmail
|
||||||
'/' : 'application:focus-search' # Gmail
|
'/' : 'application:focus-search' # Gmail
|
||||||
|
'cmd-alt-f': 'application:focus-search'
|
||||||
|
|
||||||
'r' : 'application:reply' # Gmail
|
'r' : 'application:reply' # Gmail
|
||||||
'R' : 'application:reply-all' # Nylas Mail
|
'R' : 'application:reply-all' # Nylas Mail
|
||||||
|
|
Loading…
Reference in a new issue