Remove ‘Ctrl+,’ keyboard shortcut on Windows & Linux (#2099)
This commit is contained in:
parent
3f20feb96d
commit
40ee88ead3
3 changed files with 0 additions and 3 deletions
|
@ -26,7 +26,6 @@ exports.createTemplate = (options, messages) => {
|
||||||
submenu: [
|
submenu: [
|
||||||
{
|
{
|
||||||
label: messages.mainMenuSettings.message,
|
label: messages.mainMenuSettings.message,
|
||||||
accelerator: 'CommandOrControl+,',
|
|
||||||
click: showSettings,
|
click: showSettings,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -15,7 +15,6 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Preferences…",
|
"label": "Preferences…",
|
||||||
"accelerator": "CommandOrControl+,",
|
|
||||||
"click": null
|
"click": null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
"submenu": [
|
"submenu": [
|
||||||
{
|
{
|
||||||
"label": "Preferences…",
|
"label": "Preferences…",
|
||||||
"accelerator": "CommandOrControl+,",
|
|
||||||
"click": null
|
"click": null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue