mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Add more chars to the shortcut parser
This commit is contained in:
@@ -21,12 +21,15 @@ tooltipDefaults =
|
||||
hide: 100
|
||||
container: 'body'
|
||||
html: true
|
||||
placement: 'auto top'
|
||||
|
||||
modifiers =
|
||||
cmd: '⌘'
|
||||
option: '⌥'
|
||||
ctrl: '⌃'
|
||||
alt: '⌥'
|
||||
option: '⌥'
|
||||
shift: '⇧'
|
||||
enter: '⏎'
|
||||
left: '←'
|
||||
right: '→'
|
||||
up: '↑'
|
||||
|
||||
Reference in New Issue
Block a user