AutoHotkey Community

It is currently May 21st, 2012, 4:48 pm

All times are UTC [ DST ]


Search found 58 matches
Search these results:

Author Message

 Forum: Support   Topic: Return mouse to original position after auto click

Posted: September 12th, 2010, 2:59 am 

Replies: 12
Views: 347


Okay. I've got it now. Thank you. That really helped.

 Forum: Support   Topic: Return mouse to original position after auto click

Posted: September 12th, 2010, 2:36 am 

Replies: 12
Views: 347


Pardon my noobieness. What do I change the X and Y to?

 Forum: Support   Topic: Return mouse to original position after auto click

 Post subject: Hmmm
Posted: September 12th, 2010, 1:50 am 

Replies: 12
Views: 347


That works with a few of my scripts, But one of them throws the mouse to the top of the screen after the auto click: WinWait, The page at https://******.com says:, IfWinNotActive, The page at https://******.com says:, , WinActivate, The page at https://******.com says:, WinWaitActive, The page at ht...

 Forum: Support   Topic: Return mouse to original position after auto click

 Post subject: Thank you
Posted: September 12th, 2010, 1:37 am 

Replies: 12
Views: 347


Thank you. That makes total sense.

 Forum: Support   Topic: Return mouse to original position after auto click

Posted: September 12th, 2010, 1:05 am 

Replies: 12
Views: 347


Is there a way to automatically return the mouse back to it's original position after it is moved to perform an auto click?

 Forum: Support   Topic: Double Click Right Mouse Problem

 Post subject: Did the trick
Posted: July 11th, 2010, 12:47 pm 

Replies: 3
Views: 303


Ahh... Adding brackets did the trick. Thanks

EDIT: Atually, using that script, it works the FIRST time I use it, but stops working (for the double click). I have to reload it after each time I use that key combo.

Hmmmm.
..

 Forum: Support   Topic: Double Click Right Mouse Problem

Posted: July 11th, 2010, 2:42 am 

Replies: 3
Views: 303


I'm trying to make it so that if I double click the right mouse button, it send a PgDn, but does a normal right click (context menus) if I only single click. RButton:: KeyWait, %A_ThisHotkey% KeyWait, %A_ThisHotkey%, d t0.450 if ErrorLevel Send, RButton else Send, PgDn return I've used very similar ...

 Forum: Support   Topic: Sleep? (As in Suspend. Like Hibernate)

 Post subject: Re: Ok
Posted: July 7th, 2010, 2:46 pm 

Replies: 7
Views: 333


AaronStarr wrote:
No problem @Moderator. Just needed a clarification.


And thanks for pointing me to the answer. Exactly what I needed to know :)

 Forum: Support   Topic: Sleep? (As in Suspend. Like Hibernate)

 Post subject: Ok
Posted: July 7th, 2010, 2:44 pm 

Replies: 7
Views: 333


No problem @Moderator. Just needed a clarification.

 Forum: Support   Topic: Sleep? (As in Suspend. Like Hibernate)

 Post subject: No
Posted: July 7th, 2010, 2:42 pm 

Replies: 7
Views: 333


No. I have the manual This is what it says for Sleep: Sleep --------------------------------------------------- Waits the specified amount of time before continuing. Sleep, DelayInMilliseconds Parameters Delay The amount of time to pause (in milliseconds) between 0 and 2147483647 (24 days), which ca...

 Forum: Support   Topic: Sleep? (As in Suspend. Like Hibernate)

Posted: July 7th, 2010, 2:25 pm 

Replies: 7
Views: 333


I know the Sleep command 'pauses' a script for a time, but how do you tell the *computer* itself to go into sleep mode (like suspend or hibernate mode) and also to wake up? Is this possible with AHK? I can't find anything, because searching only turns up the *Sleep* (pause) command. P.S. (Moderator)...

 Forum: Support   Topic: Have AHK wait for a key press UP?

 Post subject: Oh...
Posted: July 4th, 2010, 7:05 pm 

Replies: 7
Views: 1047


Okay. I get it... keywait. That's exactly what I was wanting to do.

Thanks man. Sweet.

 Forum: Support   Topic: Have AHK wait for a key press UP?

Posted: July 4th, 2010, 6:19 pm 

Replies: 7
Views: 1047


That's awesome, RaptorX. But the reason I didn't think of making it do it all like that, is because I also wanted to use it if the first letter is WRONG; not just the wrong case. That's why I'm trying to figure out how to make the script wait for the character change (from me). But I DO like what yo...

 Forum: Support   Topic: Have AHK wait for a key press UP?

 Post subject: Confused...
Posted: July 4th, 2010, 4:08 pm 

Replies: 7
Views: 1047


Confused... How do I add a loop into the script after my initial action (double HOME), and then have it wait for the key (SHIFT) to be let up (but only react when the previous action of double tapping HOME has been triggered)?

 Forum: Support   Topic: Have AHK wait for a key press UP?

Posted: July 3rd, 2010, 11:15 pm 

Replies: 7
Views: 1047


Need to know how to have AHK wait for a key press UP. I wrote this so that if I hit HOME twice, it goes to the beginning of the line, deletes the first character and waits there for me to type (i.e. If I started the sentence w/o a capital letter or the wrong letter, I can quickly fix it). I need AHK...
Sort by:  
Page 1 of 4 [ Search found 58 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group