This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-04-04 19:55:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a5edc9cdfced7945f4e86a8a5e8c008bc491d01c
ladybird
/
Kernel
/
Devices
/
HID
History
Timothy Flynn
f798e43ea8
Kernel: Add a key code modifier to detect the number pad
...
This is analagous to how Qt exposes whether the number pad was used for a key press.
2023-07-09 06:32:20 +02:00
..
PS2
Kernel: Untie PS2 mouse and keyboard devices from i8042 implementation
2023-06-21 05:02:09 -06:00
Device.h
…
KeyboardDevice.cpp
Kernel: Add a key code modifier to detect the number pad
2023-07-09 06:32:20 +02:00
KeyboardDevice.h
…
Management.cpp
Kernel: Re-organize the abstractions around i8042, PS2 and HID concepts
2023-06-21 05:02:09 -06:00
Management.h
Kernel: Re-organize the abstractions around i8042, PS2 and HID concepts
2023-06-21 05:02:09 -06:00
MouseDevice.cpp
…
MouseDevice.h
…
ScanCodeEvent.h
…