Mailspring/app/keymaps
Avelino 008f8be129 add snooze shortcut
ref: https://community.getmailspring.com/t/snooze-shortcut/1631
gmail: h
inbox gmail: h
outlock: ctrl+h
apple mail: mod+h

Signed-off-by: Avelino <t@avelino.xxx>
2021-05-03 07:56:41 -05:00
..
templates add snooze shortcut 2021-05-03 07:56:41 -05:00
base-darwin.json Configure the select all behavior by OS instead of application template (#2260) 2021-02-14 13:24:02 -06:00
base-linux.json Configure the select all behavior by OS instead of application template (#2260) 2021-02-14 13:24:02 -06:00
base-win32.json Configure the select all behavior by OS instead of application template (#2260) 2021-02-14 13:24:02 -06:00
base.json Add a proper address book with CardDAV + Google People support 2019-10-12 12:40:57 -05:00
README.m Fix missing shortcuts in the application menu. 2017-10-10 12:01:44 -07:00

# This is the core set of universal, cross-platform keymaps. This is
# extended in the following places:
#
# 1. keymaps/base.json - (This file) Core, universal keymaps across all platforms
# 2. keymaps/base-darwin.json - Any universal mac-only keymaps
# 3. keymaps/base-win32.json - Any universal windows-only keymaps
# 4. keymaps/base-darwin.json - Any universal linux-only keymaps
# 5. keymaps/templates/Gmail.json - Gmail key bindings for all platforms
# 6. keymaps/templates/Outlook.json - Outlook key bindings for all platforms
# 7. keymaps/templates/Apple Mail.json - Mac Mail key bindings for all platforms
# 8. some/package/keymaps/package.json - Keymaps for a specific package
# 9. <config-dir>/keymap.json - Custom user-specific overrides
#
# NOTE: We have a special N1 extension called `mod` that automatically
# uses `command` on mac and `ctrl` on windows and linux. This covers most
# cross-platform cases. For truely platform-specific features, use the
# platform keymap extensions.