mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 01:54:40 +08:00
10 lines
316 B
JSON
10 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"
|
|
}
|