From d488736f9fbb16ecd6a51d323bfde0c7ba80d3d4 Mon Sep 17 00:00:00 2001 From: Jonathan Dahan Date: Sun, 24 Nov 2019 16:01:40 -0500 Subject: [PATCH] switch to CmdOrCtrl+, --- lib/main-window.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/main-window.js b/lib/main-window.js index f703ed223..b907fe0ab 100644 --- a/lib/main-window.js +++ b/lib/main-window.js @@ -58,7 +58,7 @@ module.exports = function (config) { const includeParticipating = api.settings.obs.get('patchwork.includeParticipating', false) const autoDeleteBlocked = api.settings.obs.get('patchwork.autoDeleteBlocked', false) - electron.remote.globalShortcut.register('CmdOrCtrl+.', () => { + electron.remote.globalShortcut.register('CmdOrCtrl+,', () => { toggleView('/settings') }) @@ -222,7 +222,7 @@ module.exports = function (config) { [i18n('Tags'), `/tags/all/${encodeURIComponent(id)}`], [i18n('Extended Network'), '/all'], { separator: true }, - [i18n('Settings') + ' Ctrl+.', '/settings'] + [i18n('Settings') + ' Ctrl+,', '/settings'] ]) ]), h('span.appTitle', [