mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 10:12:00 +08:00
9 lines
269 B
JSON
9 lines
269 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:run-all-specs": "mod+alt+s",
|
|
"application:run-package-specs": "mod+alt+p"
|
|
}
|