Mailspring/app/keymaps/base-linux.json
Janosch Maier 7b80bc6155
Configure the select all behavior by OS instead of application template (#2260)
* Configure the select all behavior by OS instead of application template

* Partially revert 6e38465

Have the "select all" keybinding configurable by operating system as well as by application template

* Select all e-mails when no text window is currently focussed
2021-02-14 13:24:02 -06:00

10 lines
223 B
JSON

{
"core:copy": "ctrl+insert",
"core:paste": "shift+insert",
"window:toggle-full-screen": "f11",
"window:reload": "mod+alt+l",
"window:toggle-dev-tools": "mod+alt+i",
"multiselect-list:select-all": "ctrl+a"
}