Created
June 18, 2025 06:00
-
-
Save OKsign/d7255ccf68252c585733b6b9f19874b1 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
$c:: | |
aDown:=A_TickCount | |
Keywait c | |
Duration:=(A_TickCount-aDown) | |
If (Duration>800) and WinActive("ahk_exe soffice.bin") | |
Send +^a | |
Else | |
Send c | |
Return |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment