mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-21 22:54:11 +08:00
[client-app] remap windows dev shortcuts
This commit is contained in:
parent
44e51a0ed5
commit
fc5645b9eb
2 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
"window:toggle-full-screen": "f11",
|
||||
"window:show-work-window": "ctrl+shift+f10",
|
||||
"window:reload": "ctrl+shift+f11",
|
||||
"window:toggle-dev-tools": "ctrl+shift+f12"
|
||||
"window:reload": "ctrl+shift+r",
|
||||
"window:toggle-dev-tools": "ctrl+shift+i"
|
||||
}
|
||||
|
|
|
@ -109,7 +109,7 @@ class ApplicationMenu
|
|||
|
||||
workShortcut = "CmdOrCtrl+alt+w"
|
||||
if process.platform is "win32"
|
||||
workShortcut = "ctrl+shift+f10"
|
||||
workShortcut = "ctrl+shift+w"
|
||||
|
||||
accelerators = {
|
||||
'default': 'CmdOrCtrl+0',
|
||||
|
|
Loading…
Reference in a new issue