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

Commit

Permalink
switch to CmdOrCtrl+,
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Dahan committed Nov 24, 2019
1 parent fae7ecd commit d488736
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/main-window.js
Expand Up @@ -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')
})

Expand Down Expand Up @@ -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', [
Expand Down

0 comments on commit d488736

Please sign in to comment.