Mailspring/internal_packages/thread-list/keymaps/thread-list.cson
Evan Morikawa a0cbe8606a fix tests
2015-03-05 15:19:05 -08:00

14 lines
513 B
Plaintext

# 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