| Author |
Message |
Topic: Remapping numpad keys and mousebuttons In WarCraft III - TFT |
badbox
Replies: 6
Views: 1003
|
Forum: Ask for Help Posted: Thu Jul 06, 2006 7:56 pm Subject: Remapping numpad keys and mousebuttons In WarCraft III - TFT |
;items
$XButton1::
IfWinActive, Warcraft III
send,{Numpad8}
else
send,$XButton1
return
$XButton2::
IfWinActive, Warcraft III
send,{Numpad7}
else
se ... |
Topic: NEW:clipboardMenu0.8:paste,edit,save last 20 clipboard items |
badbox
Replies: 46
Views: 7034
|
Forum: Scripts & Functions Posted: Sat Feb 11, 2006 8:03 pm Subject: NEW:clipboardMenu0.8:paste,edit,save last 20 clipboard items |
| Is there possibility to add function for last 20 files that are marked as copy? (copy selected ITEM (file) to clipboard)? |
Topic: Waiting for a program to exit |
badbox
Replies: 6
Views: 554
|
Forum: Ask for Help Posted: Sun Dec 18, 2005 6:06 pm Subject: Waiting for a program to exit |
RunWait, E:\Warcraft III\Frozen Throne.exe, E:\Warcraft III, OutputVarPID
ifWinNotExist, ahk_class, OutputVarPID
Exitapp
that should work |
| |