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:
commit
bda2fe6717
@ -420,6 +420,10 @@ class Application extends BaseApplication {
|
|||||||
label: _('Paste'),
|
label: _('Paste'),
|
||||||
role: 'paste',
|
role: 'paste',
|
||||||
accelerator: 'CommandOrControl+V',
|
accelerator: 'CommandOrControl+V',
|
||||||
|
}, {
|
||||||
|
label: _('Select all'),
|
||||||
|
role: 'selectall',
|
||||||
|
accelerator: 'CommandOrControl+A',
|
||||||
}, {
|
}, {
|
||||||
type: 'separator',
|
type: 'separator',
|
||||||
screens: ['Main'],
|
screens: ['Main'],
|
||||||
|
Loading…
Reference in New Issue
Block a user