You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-08-13 22:12:50 +02:00
Desktop: change shortcuts for 'Print' and 'Goto Anything' (#1420)
Print Command/Control + P Goto Anything Command/Control + G closes #1413
This commit is contained in:
committed by
Laurent Cozic
parent
7b2eac3abd
commit
7fc233e808
@@ -449,7 +449,7 @@ class Application extends BaseApplication {
|
||||
|
||||
const printItem = {
|
||||
label: _('Print'),
|
||||
// accelerator: 'CommandOrControl+P',
|
||||
accelerator: 'CommandOrControl+P',
|
||||
screens: ['Main'],
|
||||
click: () => {
|
||||
this.dispatch({
|
||||
|
@@ -348,7 +348,7 @@ GotoAnything.manifest = {
|
||||
name: 'main',
|
||||
parent: 'tools',
|
||||
label: _('Goto Anything...'),
|
||||
accelerator: 'CommandOrControl+P',
|
||||
accelerator: 'CommandOrControl+G',
|
||||
screens: ['Main'],
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user