Merge pull request #920 from ttheuer/electron-close-window-fix
Changed "close Window" shortcut from Ctrl+W to Ctrl+Q.
This commit is contained in:
commit
6215f79a14
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@
|
|||
},
|
||||
{
|
||||
label: 'Close',
|
||||
accelerator: 'CmdOrCtrl+W',
|
||||
accelerator: 'CmdOrCtrl+Q',
|
||||
role: 'close'
|
||||
},
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue