AutoHotkey Community

It is currently May 26th, 2012, 6:09 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 7 posts ] 
Author Message
 Post subject: Mouse Speed
PostPosted: February 6th, 2009, 1:11 am 
Offline

Joined: February 5th, 2009, 11:03 pm
Posts: 8
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!


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 6th, 2009, 2:17 am 
Offline

Joined: February 5th, 2009, 11:03 pm
Posts: 8
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!


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 6th, 2009, 2:30 am 
Offline

Joined: November 2nd, 2004, 2:43 pm
Posts: 1019
Location: London, UK
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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 6th, 2009, 6:48 pm 
Offline

Joined: February 5th, 2009, 11:03 pm
Posts: 8
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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 6th, 2009, 6:54 pm 
Offline

Joined: November 2nd, 2004, 2:43 pm
Posts: 1019
Location: London, UK
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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 6th, 2009, 6:55 pm 
Offline

Joined: February 5th, 2009, 11:03 pm
Posts: 8
Thank you, it worked!


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 6th, 2009, 10:53 pm 
Offline

Joined: February 5th, 2009, 11:03 pm
Posts: 8
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


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 7 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: BrandonHotkey, hilalpro, just me, tic and 64 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group