ahkbin!
Reindent
Raw
Edit
Open
Home:: { static toggle := 0 KeyPress() => Send("{1}") ; function for pressing key in {} ; add another named function here for pressing another key if (toggle := !toggle) { KeyPress() SetTimer KeyPress, 100 } else { SetTimer KeyPress, 0 } ; add above again for the other named function for pressing another key }