| View previous topic :: View next topic |
| Author |
Message |
Summthing
Joined: 05 Feb 2009 Posts: 8
|
Posted: Fri Feb 06, 2009 12:11 am Post subject: Mouse Speed |
|
|
Is there any way to speed up the speed of the mouse for clicking in different places?
Can you do multiple clicks in different places in one script? I.e, click once at 44,55 and once 440,200.
Thanks! |
|
| Back to top |
|
 |
Summthing
Joined: 05 Feb 2009 Posts: 8
|
Posted: Fri Feb 06, 2009 1:17 am Post subject: |
|
|
Hey, sorry for bumping this, but I'd like an answer soon...
Also, is there a list of codes that make keys into HotKeys? Like, 1 on the Keypad = Numpad1.
Thanks! |
|
| Back to top |
|
 |
Superfraggle
Joined: 02 Nov 2004 Posts: 1019 Location: London, UK
|
Posted: Fri Feb 06, 2009 1:30 am Post subject: |
|
|
All the questions you have asked so far can easily be found in the help file.
In the helpfile the key list is listed under key list, and mouse speed is under mouse speed...... _________________ Steve F AKA Superfraggle
http://r.yuwie.com/superfraggle |
|
| Back to top |
|
 |
Summthing
Joined: 05 Feb 2009 Posts: 8
|
Posted: Fri Feb 06, 2009 5:48 pm Post subject: |
|
|
I see that you need to enter SetDefaultMouseSpeed, 0, but I don't know where to enter it into. Where do you enter the Default MouseSpeed?
The same with the multiple clicks. Do you just do | Code: | Click 44,55
Click 44,220 |
Or is it | Code: | | Click 44,55::Click 44,220 |
Or some other combination?
Thanks,
Andy |
|
| Back to top |
|
 |
Superfraggle
Joined: 02 Nov 2004 Posts: 1019 Location: London, UK
|
Posted: Fri Feb 06, 2009 5:54 pm Post subject: |
|
|
Each command goes onto its own line.
you can create as many clicks as you want. just place each one after eachother.
You will need to have the setdefaultmousespeed as the first line and the clicks after..
Save all this as test.ahk and double click the file to run. _________________ Steve F AKA Superfraggle
http://r.yuwie.com/superfraggle |
|
| Back to top |
|
 |
Summthing
Joined: 05 Feb 2009 Posts: 8
|
Posted: Fri Feb 06, 2009 5:55 pm Post subject: |
|
|
| Thank you, it worked! |
|
| Back to top |
|
 |
Summthing
Joined: 05 Feb 2009 Posts: 8
|
Posted: Fri Feb 06, 2009 9:53 pm Post subject: |
|
|
Also, I'm having trouble getting the multiple clicks to work with just one keystroke.
I'm trying to get it to click 2 different places, a hundred times, and when I put Numpad::1 in front of the first one, only that one is activated by hitting the 1 on the Numpad. How do I get it so the entire script is activated by pressing a button?
Thanks |
|
| Back to top |
|
 |
|