phil294 / AHK_X11

AutoHotkey for Linux (X11-based systems)
GNU General Public License v2.0
815 stars 15 forks source link

hotkey + send often fails restoring modifiers afterwards #54

Open phil294 opened 1 year ago

phil294 commented 1 year ago
SetKeyDelay, 300
^!+s::Send, abcdefg

press hotkey briefly and then release again before the text has been typed completely: Once the send has completed, the initial modifiers are wrongly sent down again even though we have released them manually