Skip to content

Instantly share code, notes, and snippets.

@OKsign
Created June 18, 2025 06:00
Show Gist options
  • Save OKsign/d7255ccf68252c585733b6b9f19874b1 to your computer and use it in GitHub Desktop.
Save OKsign/d7255ccf68252c585733b6b9f19874b1 to your computer and use it in GitHub Desktop.
$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