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: [
{
label: messages.mainMenuSettings.message,
accelerator: 'CommandOrControl+,',
click: showSettings,
},
{

View File

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

View File

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