Mailspring/app/keymaps
2017-08-28 12:28:43 -07:00
..
templates Clean up project directory structure, removing legacy packages folder 2017-08-10 19:24:10 -07: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 Clean up project directory structure, removing legacy packages folder 2017-08-10 19:24:10 -07:00
README.m Update docs to reflect that config dir is now in platform-appropriate location 2017-08-16 13:42:16 -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 `cmd` on mac and `ctrl` on windows and linux. This covers most
# cross-platform cases. For truely platform-specific features, use the
# platform keymap extensions.