mirror of
https://github.com/sipeed/NanoKVM.git
synced 2026-09-11 00:22:56 -05:00
Update virtual-keys.ts
This commit is contained in:
committed by
GitHub
parent
0e30b62894
commit
8310e43b31
@@ -313,7 +313,12 @@ export const specialKeyMap = new Map([
|
||||
['{arrowright}', 'ArrowRight'],
|
||||
['{arrowleft}', 'ArrowLeft'],
|
||||
['{arrowdown}', 'ArrowDown'],
|
||||
['{arrowup}', 'ArrowUp']
|
||||
['{arrowup}', 'ArrowUp'],
|
||||
|
||||
//DE
|
||||
['{DEcontrolleft}', 'ControlLeft'],
|
||||
['{DEcontrolright}', 'ControlRight'],
|
||||
['{DEaltright}', 'AltRight']
|
||||
]);
|
||||
|
||||
// modifier keys
|
||||
|
||||
Reference in New Issue
Block a user