You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-08-13 22:12:50 +02:00
Merge branch 'master' of github.com:laurent22/joplin
This commit is contained in:
@@ -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'],
|
||||||
|
Reference in New Issue
Block a user