mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
12 lines
396 B
JSON
12 lines
396 B
JSON
{
|
|
"application:minimize": "command+m",
|
|
"application:hide": "command+h",
|
|
"application:hide-other-applications": "command+alt+h",
|
|
"application:zoom": "alt+command+ctrl+m",
|
|
"application:run-all-specs": "mod+alt+s",
|
|
"application:run-package-specs": "mod+alt+p",
|
|
|
|
"window:toggle-full-screen": "command+ctrl+f",
|
|
"window:reload": "mod+alt+l",
|
|
"window:toggle-dev-tools": "meta+alt+i"
|
|
}
|