serenity/Kernel/Devices/HID
John te Bokkel d70424bb0f Kernel/HID: Move code_point assignment before its use key in assignment
We need to handle the character map to set the code point before we can
reassign the correct key to the queued_event.key. This fixes keyboard
shortcuts using the incorrect keys based on the keyboard layout.
2024-02-08 08:06:41 -07:00
..
PS2 Kernel: Correct mapping of PS/2 keyboard exclamation point 2024-01-14 15:06:37 -07:00
USB Kernel/HID: Introduce initial USB mouse support 2023-10-15 22:56:30 +02:00
AllMiceDevice.cpp Kernel/HID: Introduce the all-mice device 2024-01-12 16:08:08 -07:00
AllMiceDevice.h Kernel/HID: Introduce the all-mice device 2024-01-12 16:08:08 -07:00
Definitions.h Kernel+Userland: Implement support for PS2 scan code set 2 2024-01-04 10:38:03 -07:00
Device.h Kernel/HID: Add methods to attach and detach standalone devices 2023-10-15 22:56:30 +02:00
KeyboardDevice.cpp Kernel/HID: Move code_point assignment before its use key in assignment 2024-02-08 08:06:41 -07:00
KeyboardDevice.h Kernel+Userland: Implement support for PS2 scan code set 2 2024-01-04 10:38:03 -07:00
Management.cpp Kernel/HID: Introduce the all-mice device 2024-01-12 16:08:08 -07:00
Management.h Kernel/HID: Introduce the all-mice device 2024-01-12 16:08:08 -07:00
MouseDevice.cpp Kernel/HID: Introduce the all-mice device 2024-01-12 16:08:08 -07:00
MouseDevice.h Kernel: Move Random.{h,cpp} code to Security subdirectory 2023-06-04 21:32:34 +02:00
ScanCodeEvent.h Kernel+Userland: Implement support for PS2 scan code set 2 2024-01-04 10:38:03 -07:00