You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Focus guard now detects text fields reliably in Chrome, Discord, and other Electron apps — UIAutomation now runs on a dedicated background thread (polled every 100 ms) instead of the keyboard hook thread, which was using the wrong COM apartment and giving unreliable/partial results
Combo capture no longer requires perfectly simultaneous key presses — pressing x then alt (with a small gap) now correctly builds alt+x; a 120 ms grace period after all keys are released allows additional keys to extend the combo before it fires