AutoHotkey Community

It is currently May 23rd, 2012, 4:03 am

All times are UTC [ DST ]


Search found 6 matches
Search these results:

Author Message

 Forum: Support   Topic: Game macros & g15 keyboard

Posted: September 20th, 2009, 10:44 pm 

Replies: 6
Views: 2342


Try this: SendMode Input capslock:: Send, {t down} Sleep, 20 Send, {t up} Sleep, 20 Send, {t down} Sleep, 20 Send, {t up} Sleep, 2000 [color=red]return[/color] (Also, what is the point of the last Sleep command?) Or then you could just simply try: SetKeyDelay...

 Forum: Support   Topic: Game macros & g15 keyboard

Posted: September 20th, 2009, 8:31 pm 

Replies: 6
Views: 2342


Okay, so this seems to be strange. The only way I can get it to work is by reloading the script over and over again until the game picks up on it or it somehow bypasses some sort of blocking feature.. For example, I load the script once, doesn't work, try again and it works. The second attempt it to...

 Forum: Support   Topic: Game macros & g15 keyboard

Posted: September 19th, 2009, 10:17 pm 

Replies: 6
Views: 2342


Try using "Send" instead of "SendPlay" and put these two lines at the top of the script: SendMode Input SetKeyDelay, 50, 50 If that doesn't work, fiddle with the two numbers (try anything from 10 to 500, with 500 being really extreme). If nothing seems to work, try removing the ...

 Forum: Support   Topic: Game macros & g15 keyboard

Posted: September 19th, 2009, 7:44 pm 

Replies: 6
Views: 2342


Err, I wasn't logged in so I can't edit the thread title anymore to be more descriptive.. I'm not used to phpBB sorry

[Title edited. ~jaco0646]
If you'd like it to say something different, PM me.

 Forum: Support   Topic: WinRestore, maximizing windows

Posted: September 6th, 2008, 5:40 am 

Replies: 2
Views: 344


Easy fix! Thank you.

 Forum: Support   Topic: WinRestore, maximizing windows

Posted: September 6th, 2008, 5:24 am 

Replies: 2
Views: 344


I'm new to Autohotkey and am finding that it's extremely useful, however I'm having an issue with this script: PgUp:: {ifWinExist, Mozilla Firefox WinRestore else Run, %programfiles%\Mozilla Firefox\firefox.exe } return PgDn:: if(PgDnActive = "true"){ WinMinimizeAllU...
Sort by:  
Page 1 of 1 [ Search found 6 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group