Skip to content

Commit

Permalink
Enable shortcut for editor:paste on Windows/Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
mihyaeru21 authored and LabhanshAgrawal committed Oct 10, 2022
1 parent 2e59916 commit 32d854b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/menus/menus/edit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ export default (
} as any,
{
role: 'paste',
accelerator: commandKeys['editor:paste']
accelerator: commandKeys['editor:paste'],
registerAccelerator: true
},
{
label: 'Select All',
Expand Down

0 comments on commit 32d854b

Please sign in to comment.