mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
11 lines
316 B
JSON
11 lines
316 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",
|
||
|
"application:show-work-window": "mod+alt+w",
|
||
|
"application:run-all-specs": "mod+alt+s",
|
||
|
"application:run-package-specs": "mod+alt+p"
|
||
|
}
|