1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-26 09:52:12 +00:00
serenity/Kernel/Devices/HID
Liav A 07b83cf3fa Kernel/HID: Don't update the remapped Ctrl modifier unconditionally
Instead, only update it when the Caps Lock key event is generated and
remapping to the Ctrl key is enabled.

This fixes a bug that when enabling remapping Caps Lock key to the Ctrl
key, the original Ctrl key is no longer usable.
2023-03-31 12:45:12 -04:00
..
HIDDevice.h Kernel: Make major and minor numbers to be DistinctNumerics 2021-12-23 23:02:39 +01:00
HIDManagement.cpp Kernel: Make i8042 controller initialization sequence more robust 2023-01-06 11:09:56 +01:00
HIDManagement.h Kernel: Stop using NonnullLockRefPtrVector 2023-03-06 23:46:36 +01:00
KeyboardDevice.cpp Kernel/HID: Don't update the remapped Ctrl modifier unconditionally 2023-03-31 12:45:12 -04:00
KeyboardDevice.h Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00
MouseDevice.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
MouseDevice.h Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00