mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-26 10:01:57 +08:00
fix(keymaps): typo
This commit is contained in:
parent
2ec4161b85
commit
210162167f
1 changed files with 4 additions and 4 deletions
|
@ -63,10 +63,10 @@
|
||||||
'ctrl-left': 'native!'
|
'ctrl-left': 'native!'
|
||||||
'ctrl-down': 'native!'
|
'ctrl-down': 'native!'
|
||||||
'ctrl-right': 'native!'
|
'ctrl-right': 'native!'
|
||||||
'shfit-up': 'native!'
|
'shift-up': 'native!'
|
||||||
'shfit-left': 'native!'
|
'shift-left': 'native!'
|
||||||
'shfit-down': 'native!'
|
'shift-down': 'native!'
|
||||||
'shfit-right': 'native!'
|
'shift-right': 'native!'
|
||||||
'escape': 'native!'
|
'escape': 'native!'
|
||||||
'pageup': 'native!'
|
'pageup': 'native!'
|
||||||
'pagedown': 'native!'
|
'pagedown': 'native!'
|
||||||
|
|
Loading…
Reference in a new issue