Help with AutoHotKey

03/24/2006 06:08 shadowHacker#1
Hey everyone i need some help. does anyone know how to write a command where you hold down ctrl while mouse clicking? all i've managed to do so far is make it click ctrl, let go, then mouse click. anyone know the codes to how i can do them both together? thanks.


shadowHacker
03/24/2006 07:22 Hojo#2
normally theres:

Ctrl Press
Ctrl Down
Ctrl Up

Use:

CtrlDown
'mouse crap
CtrlUp
03/24/2006 08:04 shadowHacker#3
you wouldnt happen to know the coding for that would you? all i could find was... "Send ^" which clicks ctrl and then lets go of it.


shadowHacker
03/24/2006 11:37 Fierce#4
i've made a little script with it but it only work when co window is active. is it possible to make one with co window minimize? or is there any other prog that could do it? ty :)