Super key generates rapid press/release events from key repeat.
Changed from set-based tracking to boolean flags (ctrl_held,
super_held) so repeated press events are ignored when the key
is already held. Removed min-hold cancel logic.
https://claude.ai/code/session_01XKYC1basxdwtHy71tky7xm
Python script that converts Ctrl+Super hold-to-talk into Ctrl+`
toggle pairs for OpenWhispr, working around the app's broken
Hold activation mode on Linux.
Uses pynput for key listening and xdotool to send hotkeys.
https://claude.ai/code/session_01XKYC1basxdwtHy71tky7xm