Skip to content

Clownboard v1.2.6

Choose a tag to compare

@trstanis trstanis released this 02 Jul 18:16

Bug Fixes

  • 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