1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 06:14:58 +00:00
serenity/Kernel/Devices/HID
Tim Ledbetter a580118e53 Kernel/HID: Set Caps Lock state before doing code point remapping
This restores Caps Lock functionality, while still ensuring that
shortcut keys are remapped correctly.
2024-02-09 12:28:08 -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: Set Caps Lock state before doing code point remapping 2024-02-09 12:28:08 -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