1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00

Merge branch 'master' of github.com:laurent22/joplin

This commit is contained in:
Laurent Cozic 2019-04-20 12:23:55 +01:00
commit 776aba1e49
3 changed files with 1794 additions and 2 deletions

1792
CliClient/locales/en_US.po Normal file

File diff suppressed because it is too large Load Diff

View File

@ -449,7 +449,7 @@ class Application extends BaseApplication {
const printItem = {
label: _('Print'),
// accelerator: 'CommandOrControl+P',
accelerator: 'CommandOrControl+P',
screens: ['Main'],
click: () => {
this.dispatch({

View File

@ -348,7 +348,7 @@ GotoAnything.manifest = {
name: 'main',
parent: 'tools',
label: _('Goto Anything...'),
accelerator: 'CommandOrControl+P',
accelerator: 'CommandOrControl+G',
screens: ['Main'],
},
],