Created
June 25, 2025 04:59
-
-
Save OKsign/1159cc01fd384146c9c994a69a7634f7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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