mirror of https://github.com/jetkvm/kvm.git
Add comment on codes and modifiers
This commit is contained in:
parent
3b293ff37f
commit
294198a126
|
@ -1,3 +1,5 @@
|
|||
// 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 = {
|
||||
ArrowDown: 0x51,
|
||||
ArrowLeft: 0x50,
|
||||
|
|
Loading…
Reference in New Issue