add home/end/pageup/pagedown keys to menu sync
This commit is contained in:
parent
941118494a
commit
3a57abc423
1 changed files with 5 additions and 1 deletions
|
@ -5,7 +5,11 @@ export const movementKeys = [
|
|||
'ArrowDown',
|
||||
'Delete',
|
||||
'Backspace',
|
||||
'Enter'
|
||||
'Enter',
|
||||
'Home',
|
||||
'End',
|
||||
'PageUp',
|
||||
'PageDown'
|
||||
]
|
||||
|
||||
export const controlSequenceKeys = ['p', 'x', 'y', 'z', 'Z']
|
||||
|
|
Loading…
Add table
Reference in a new issue