Remove ‘Ctrl+,’ keyboard shortcut on Windows & Linux (#2099)

This commit is contained in:
Daniel Gasienica 2018-03-02 16:46:04 -05:00 committed by GitHub
parent 3f20feb96d
commit 40ee88ead3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 3 deletions

View file

@ -26,7 +26,6 @@ exports.createTemplate = (options, messages) => {
submenu: [ submenu: [
{ {
label: messages.mainMenuSettings.message, label: messages.mainMenuSettings.message,
accelerator: 'CommandOrControl+,',
click: showSettings, click: showSettings,
}, },
{ {

View file

@ -15,7 +15,6 @@
}, },
{ {
"label": "Preferences…", "label": "Preferences…",
"accelerator": "CommandOrControl+,",
"click": null "click": null
}, },
{ {

View file

@ -4,7 +4,6 @@
"submenu": [ "submenu": [
{ {
"label": "Preferences…", "label": "Preferences…",
"accelerator": "CommandOrControl+,",
"click": null "click": null
}, },
{ {