AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Mouse Speed

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
Summthing



Joined: 05 Feb 2009
Posts: 8

PostPosted: Fri Feb 06, 2009 12:11 am    Post subject: Mouse Speed Reply with quote

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
View user's profile Send private message
Summthing



Joined: 05 Feb 2009
Posts: 8

PostPosted: Fri Feb 06, 2009 1:17 am    Post subject: Reply with quote

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
View user's profile Send private message
Superfraggle



Joined: 02 Nov 2004
Posts: 1019
Location: London, UK

PostPosted: Fri Feb 06, 2009 1:30 am    Post subject: Reply with quote

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
View user's profile Send private message MSN Messenger
Summthing



Joined: 05 Feb 2009
Posts: 8

PostPosted: Fri Feb 06, 2009 5:48 pm    Post subject: Reply with quote

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
View user's profile Send private message
Superfraggle



Joined: 02 Nov 2004
Posts: 1019
Location: London, UK

PostPosted: Fri Feb 06, 2009 5:54 pm    Post subject: Reply with quote

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
View user's profile Send private message MSN Messenger
Summthing



Joined: 05 Feb 2009
Posts: 8

PostPosted: Fri Feb 06, 2009 5:55 pm    Post subject: Reply with quote

Thank you, it worked!
Back to top
View user's profile Send private message
Summthing



Joined: 05 Feb 2009
Posts: 8

PostPosted: Fri Feb 06, 2009 9:53 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group