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:
Daniel Lorch
2025-05-12 18:59:32 +02:00
committed by GitHub
parent 77b4c1c531
commit d0faf03239
2 changed files with 24 additions and 4 deletions

View File

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