Compare commits

..

3 Commits

Author SHA1 Message Date
Marc Brooks 48e70d30a2
Merge 29d1394af5 into 4b049c4b7c 2025-10-31 18:16:20 +00:00
Marc Brooks 29d1394af5
Update ui/src/components/popovers/PasteModal.tsx 2025-10-31 13:04:11 -05:00
Marc Brooks d58dcd9cc6
Reduce traffic during pastes
Suspend KeyDownMessages while processing a macro.
Make sure we don't emit huge debugging traces.
Allow 30 seconds for RPC to finish (not ideal)
Reduced default delay between keys (and allow as low as 0)
Move the HID keyboard descriptor LED state
as it seems to interfere with boot mode
Run paste/macros in background on their own queue and return a token for cancellation.
Fixed error in length check for macro key state.
Removed redundant clear operation.
Use Once instead of init()
Add a time limit for each message type/queue.
2025-10-31 13:04:10 -05:00

Diff Content Not Available