Mailspring/app/keymaps
Ben Gotow ea37c75596 Add plaintext mail display and composition via new setting / Alt key #52
Most draft features are disabled in plaintext mode because I don’t think it’s worth trying to make them work unless this gains traction. Mostly doing this so we can add GPG / PGP / Keybase in the future.
2020-02-19 23:25:02 -06:00
..
templates Add plaintext mail display and composition via new setting / Alt key #52 2020-02-19 23:25:02 -06:00
base-darwin.json Improve draft => message transition when sending 2017-08-28 12:28:43 -07:00
base-linux.json Clean up project directory structure, removing legacy packages folder 2017-08-10 19:24:10 -07:00
base-win32.json Clean up project directory structure, removing legacy packages folder 2017-08-10 19:24:10 -07: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.