AutoHotkey Community

It is currently May 23rd, 2012, 4:14 pm

All times are UTC [ DST ]


Search found 3 matches
Search these results:

Author Message

 Forum: Support   Topic: Remapping numpad keys and mousebuttons In WarCraft III - TFT

Posted: July 6th, 2006, 8:56 pm 

Replies: 6
Views: 2226


;items $XButton1:: IfWinActive, Warcraft III send,{Numpad8} else send,$XButton1 return $XButton2:: IfWinActive, Warcraft III send,{Numpad7} else send,$XButton2 return ;healthbar ON/OFF *Capslock:: if (CapsLockOn == False) { Send, {vkDBsc01A down} Send, ...

 Forum: Scripts   Topic: NEW:clipboardMenu0.8:paste,edit,save last 20 clipboard items

Posted: February 11th, 2006, 9:03 pm 

Replies: 48
Views: 11566


Is there possibility to add function for last 20 files that are marked as copy? (copy selected ITEM (file) to clipboard)?

 Forum: Support   Topic: Waiting for a program to exit

Posted: December 18th, 2005, 7:06 pm 

Replies: 6
Views: 910


Code:
RunWait, E:\Warcraft III\Frozen Throne.exe, E:\Warcraft III, OutputVarPID
ifWinNotExist, ahk_class, OutputVarPID
Exitapp

that should work
Sort by:  
Page 1 of 1 [ Search found 3 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group