AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 3 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Remapping numpad keys and mousebuttons In WarCraft III - TFT
badbox

Replies: 6
Views: 1003

PostForum: 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

PostForum: 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

PostForum: 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
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group