Skip to content

Instantly share code, notes, and snippets.

@OKsign
Created June 25, 2025 04:59
Show Gist options
  • Save OKsign/1159cc01fd384146c9c994a69a7634f7 to your computer and use it in GitHub Desktop.
Save OKsign/1159cc01fd384146c9c994a69a7634f7 to your computer and use it in GitHub Desktop.
#IfWinActive ahk_exe Notepad.exe
$a::
KeyWait,a
KeyWait,a,D T0.04
If ErrorLevel
Send a
else
Send x
return
#IfWinActive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment