Create additional modifier keys - Ask for Help - AutoHotkey Community | autohotkey.com | | Chrome

PHOTO EMBED

Fri Feb 12 2021 17:55:09 GMT+0000 (Coordinated Universal Time)

Saved by @Butters1143 #auto #ahk #script

$Pause:: ; The § should prevent Pause from triggering itself
KeyWait, W, D T3 ; T3 gives you three seconds to press W
if (Errorlevel)
  Send {Pause} ; By the way, this is really just necessary if you wanna preserve the original pause functionality
else
  MsgBox You pressed Pause+W!
return
content_copyCOPY

https://autohotkey.com/board/topic/64242-create-additional-modifier-keys/