ladybird/Kernel/Devices/HID
0GreenClover0 719ab586c4 Kernel: Change the code point of numpad keys to 0, when Num Lock is off
Previously we would set the KeyCode correctly to the appropriate
extended keys values, like Home and End, but keep the code point of the
original keys, like 1, 2, 3, etc. Because of this, the keys would just
print the original keys, instead of behaving like the extended ones.
2023-08-20 12:21:57 -06:00
..
PS2 Kernel: Untie PS2 mouse and keyboard devices from i8042 implementation 2023-06-21 05:02:09 -06:00
Device.h Kernel: Move Random.{h,cpp} code to Security subdirectory 2023-06-04 21:32:34 +02:00
KeyboardDevice.cpp Kernel: Change the code point of numpad keys to 0, when Num Lock is off 2023-08-20 12:21:57 -06:00
KeyboardDevice.h Kernel: Move Random.{h,cpp} code to Security subdirectory 2023-06-04 21:32:34 +02:00
Management.cpp Kernel: Change the code point of numpad keys to 0, when Num Lock is off 2023-08-20 12:21:57 -06:00
Management.h Kernel: Change the code point of numpad keys to 0, when Num Lock is off 2023-08-20 12:21:57 -06:00
MouseDevice.cpp Kernel/HID: Untie the PS2 protocol, i8042 hardware and generic devices 2023-04-09 18:11:37 +02:00
MouseDevice.h Kernel: Move Random.{h,cpp} code to Security subdirectory 2023-06-04 21:32:34 +02:00
ScanCodeEvent.h Kernel/HID: Untie the PS2 protocol, i8042 hardware and generic devices 2023-04-09 18:11:37 +02:00