kvm/internal
Adam Shiervani 5cac4c4604 refactor: simplify HID RPC keyboard input handling and improve key state management
- Updated `handleHidRPCKeyboardInput` to return errors directly instead of keys down state.
- Refactored `rpcKeyboardReport` and `rpcKeypressReport` to return errors instead of states.
- Introduced a queue for managing key down state updates in the `Session` struct to prevent input handling stalls.
- Adjusted the `UpdateKeysDown` method to handle state changes more efficiently.
- Removed unnecessary logging and commented-out code for clarity.
2025-09-16 01:48:13 +02:00
..
confparser Add ability to track modifier state on the device (#725) 2025-08-26 17:09:35 +02:00
hidrpc clean up logging 2025-09-11 15:04:35 +02:00
logging Add ability to track modifier state on the device (#725) 2025-08-26 17:09:35 +02:00
mdns network enhanecment / refactor (#361) 2025-04-16 01:39:23 +02:00
network Add ability to track modifier state on the device (#725) 2025-08-26 17:09:35 +02:00
timesync Implement HTTP proxy option (#515). (#521) 2025-07-11 17:43:22 +02:00
tzdata feat: improve custom jiggler settings and add timezone support (#742) 2025-08-19 16:50:42 +02:00
udhcpc Add ability to track modifier state on the device (#725) 2025-08-26 17:09:35 +02:00
usbgadget refactor: simplify HID RPC keyboard input handling and improve key state management 2025-09-16 01:48:13 +02:00
websecure feat(websecure): add support for ed25519 certificates (#513) 2025-05-25 11:09:58 +02:00