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

Merge branch 'alarm-support'

This commit is contained in:
Laurent Cozic 2017-11-30 18:53:26 +00:00
commit 332dd0d859

View File

@ -235,12 +235,12 @@ class Application extends BaseApplication {
}, {
label: _('Cut'),
screens: ['Main'],
role: 'copy',
role: 'cut',
accelerator: 'CommandOrControl+X',
}, {
label: _('Paste'),
screens: ['Main'],
role: 'copy',
role: 'paste',
accelerator: 'CommandOrControl+V',
}, {
type: 'separator',