Enable shortcut for editor:paste on Windows/Linux

This commit is contained in:
Mihyaeru 2022-09-10 15:40:18 +09:00 committed by Labhansh Agrawal
parent 2e599169bc
commit 32d854bb4c

View file

@ -31,7 +31,8 @@ export default (
} as any,
{
role: 'paste',
accelerator: commandKeys['editor:paste']
accelerator: commandKeys['editor:paste'],
registerAccelerator: true
},
{
label: 'Select All',