mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-26 18:58:21 +02:00
Merge branch 'alarm-support' of github.com:laurent22/joplin into alarm-support
This commit is contained in:
commit
d9a1f7855d
@ -235,12 +235,12 @@ class Application extends BaseApplication {
|
|||||||
}, {
|
}, {
|
||||||
label: _('Cut'),
|
label: _('Cut'),
|
||||||
screens: ['Main'],
|
screens: ['Main'],
|
||||||
role: 'copy',
|
role: 'cut',
|
||||||
accelerator: 'CommandOrControl+X',
|
accelerator: 'CommandOrControl+X',
|
||||||
}, {
|
}, {
|
||||||
label: _('Paste'),
|
label: _('Paste'),
|
||||||
screens: ['Main'],
|
screens: ['Main'],
|
||||||
role: 'copy',
|
role: 'paste',
|
||||||
accelerator: 'CommandOrControl+V',
|
accelerator: 'CommandOrControl+V',
|
||||||
}, {
|
}, {
|
||||||
type: 'separator',
|
type: 'separator',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user