Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit d488736

Browse files
author
Jonathan Dahan
committed
switch to CmdOrCtrl+,
1 parent fae7ecd commit d488736

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/main-window.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ module.exports = function (config) {
5858
const includeParticipating = api.settings.obs.get('patchwork.includeParticipating', false)
5959
const autoDeleteBlocked = api.settings.obs.get('patchwork.autoDeleteBlocked', false)
6060

61-
electron.remote.globalShortcut.register('CmdOrCtrl+.', () => {
61+
electron.remote.globalShortcut.register('CmdOrCtrl+,', () => {
6262
toggleView('/settings')
6363
})
6464

@@ -222,7 +222,7 @@ module.exports = function (config) {
222222
[i18n('Tags'), `/tags/all/${encodeURIComponent(id)}`],
223223
[i18n('Extended Network'), '/all'],
224224
{ separator: true },
225-
[i18n('Settings') + ' Ctrl+.', '/settings']
225+
[i18n('Settings') + ' Ctrl+,', '/settings']
226226
])
227227
]),
228228
h('span.appTitle', [

0 commit comments

Comments
 (0)