Add comment on codes and modifiers

This commit is contained in:
Daniel Lorch 2025-05-01 11:02:19 +02:00
parent 3b293ff37f
commit 294198a126
1 changed files with 2 additions and 0 deletions

View File

@ -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,