mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Electron: Fixed copy/cut/paste problem in macOS
This commit is contained in:
parent
ddb73c8642
commit
620225bb2d
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user