| Author |
Message |
Topic: how to add start/stop on clicker |
Vade
Replies: 9
Views: 200
|
Forum: Ask for Help Posted: Fri Nov 27, 2009 1:14 am Subject: how to add start/stop on clicker |
Thanx, I just tryed it but I didnt work, Im a little confused tho, do you meen I should add this to my initial code, or just use the one you gave me.
Just the one I gave you. SetTimer replaces the ... |
Topic: how to add start/stop on clicker |
Vade
Replies: 9
Views: 200
|
Forum: Ask for Help Posted: Thu Nov 26, 2009 7:32 pm Subject: how to add start/stop on clicker |
SetTimer will do the job.
^s::setTimer, Clicker, 200 ;start
^p::setTimer, Clicker, off ;pause
Clicker:
click
return
|
Topic: uTorrent :: WM_COMMAND > wParam values for Menu items |
Vade
Replies: 6
Views: 756
|
Forum: Scripts & Functions Posted: Thu Nov 19, 2009 2:40 pm Subject: uTorrent :: WM_COMMAND > wParam values for Menu items |
Thanks SKAN !
This is just what I've been looking for. Now I don't have to recheck my torrents .
I tried finding those wParams with WinSpector, but had no luck. |
Topic: How to send file path to ahk when using sendto in right menu |
Vade
Replies: 6
Views: 238
|
Forum: Ask for Help Posted: Wed Jun 18, 2008 10:45 am Subject: How to send file path to ahk when using sendto in right menu |
Need I do something on the shortcut target in the sendto folder?
Now the shortcut target is
"C:\Documents and Settings\Administrator\Desktop\test.exe"
Passed on parameters are calle ... |
Topic: KeyWait Pause |
Vade
Replies: 16
Views: 813
|
Forum: Ask for Help Posted: Sat Jun 14, 2008 12:28 pm Subject: KeyWait Pause |
Those scripts work fine on my computer, BIOSRAM.
There may be some other program using those keys ? |
| |