mirror of
https://github.com/luckfox-eng29/kvm.git
synced 2026-05-27 08:35:10 +02:00
Fix: Alt Gr not recognized (#399)
* Fix: Alt-Gr not recognized * Proper fix for Alt-Gr not being recognized * Add comment on codes and modifiers * Add comment on paste box * Remove comment * Improve description * Wording... * Formatting... * Improve description again
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// Key codes and modifiers correspond to definitions in the
|
||||
// [Linux USB HID gadget driver](https://www.kernel.org/doc/Documentation/usb/gadget_hid.txt)
|
||||
export const keys = {
|
||||
AltLeft: 0xe2,
|
||||
AltRight: 0xe6,
|
||||
ArrowDown: 0x51,
|
||||
ArrowLeft: 0x50,
|
||||
ArrowRight: 0x4f,
|
||||
|
||||
Reference in New Issue
Block a user