I must simulate a mause Click with win+<, but olso simulate the Lmouse down pressed for a long time end when the "<" button i released the Lmouse become up. Sorry for mt english.
Pleace help me.
Click using Win+<
Started by
Domenico
, Jul 18 2012 02:00 PM
1 reply to this topic
#1
Domenico
Posted 18 July 2012 - 02:00 PM
#2
Domenico
Posted 19 July 2012 - 01:03 PM
I answare my self...
i prefere use button F7
F7::
Send {click left down}
keyWait F7
send {click left up}
return
I help me from this code:
http://community.cod... ... -more.html
i prefere use button F7
F7::
Send {click left down}
keyWait F7
send {click left up}
return
I help me from this code:
http://community.cod... ... -more.html




