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 reliably blocks key sounds while typing in browsers (Chrome, Edge), Discord, and other Electron apps — uses Win32 caret detection instead of a missing library; no more sounds firing while typing in a chat
Combo live preview now shows all keys pressed during capture, not just currently-held keys (e.g. releasing F1 while still holding Ctrl+F2 correctly shows Ctrl+F1+F2)
Combo fires on non-modifier release — Ctrl, Shift, or Alt can remain held; the bind triggers as soon as you lift the main key (X, F4, etc.)
Modifier-only press+release (Ctrl alone, then release) now resets the capture accumulator cleanly instead of blocking the next capture
Tutorial Next/Back buttons are now in the correct left/right order
Tutorial settings sub-flow — two new steps highlight the Audio Devices and Hotkeys sections inside Settings; clicking Next on the last one auto-closes Settings and continues the tour