Possible Duplicate:
how to send a letter as itself when it is used as hotkey in autohotkey
When I try to run the script:
v::Send tv
it starts typing t repetitively.
And while playing with autohotkey I probably did something wrong and now it quits saying
Error at line 1.
Line Text: ; v::Send tv
Error : Invalid hotkey.The program will exit.
(I made it a comment using ; later, the problem persisted before that.)
Can someone tell me what I am doing wrong?
The hotkey is triggering itself when it sends a
v. Try using$:I’m not sure what caused it to say “Invalid hotkey”.