mirror of
https://github.com/usebruno/bruno.git
synced 2025-02-02 10:59:22 +01:00
fix(#529): Fix Ctrl+W closes Bruno
The default shortcut to close in the menu is Ctrl+W, I changed it to Ctrl+Shift+Q because firefox uses this shortcut for closing
This commit is contained in:
parent
36caa5c2d3
commit
72521a6007
@ -44,7 +44,7 @@ const template = [
|
||||
},
|
||||
{
|
||||
role: 'window',
|
||||
submenu: [{ role: 'minimize' }, { role: 'close' }]
|
||||
submenu: [{ role: 'minimize' }, { role: 'close', accelerator: 'CommandOrControl+Shift+Q' }]
|
||||
},
|
||||
{
|
||||
role: 'help',
|
||||
|
Loading…
Reference in New Issue
Block a user