mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-14 13:44:41 +08:00
13 lines
513 B
Text
13 lines
513 B
Text
# Keybindings require three things to be fully defined: A selector that is
|
|
# matched against the focused element, the keystroke and the command to
|
|
# execute.
|
|
#
|
|
# Below is a basic keybinding which registers on all platforms by applying to
|
|
# the root workspace element.
|
|
|
|
# For more detailed documentation see
|
|
# https://atom.io/docs/latest/advanced/keymaps
|
|
'.thread-list':
|
|
's' : 'thread-list:star-thread' # Gmail
|
|
'cmd-L' : 'thread-list:star-thread' # Mac mail
|
|
'ctrl-G': 'thread-list:star-thread' # Outlook
|