mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
Enable shortcut for editor:paste on Windows/Linux
This commit is contained in:
parent
2e599169bc
commit
32d854bb4c
1 changed files with 2 additions and 1 deletions
|
|
@ -31,7 +31,8 @@ export default (
|
||||||
} as any,
|
} as any,
|
||||||
{
|
{
|
||||||
role: 'paste',
|
role: 'paste',
|
||||||
accelerator: commandKeys['editor:paste']
|
accelerator: commandKeys['editor:paste'],
|
||||||
|
registerAccelerator: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Select All',
|
label: 'Select All',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue