Welcome to this AutoHotkey forum!
CODE:
#Requires AutoHotkey v2.0
$y:: {
Static f := 0
SetKeyDelay 25, 25
SendEvent f := f = 'y' ? 'u' : 'y'
}
Statistics: Posted by mikeyww — 16 minutes ago