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 

warcraft inventory key

 
Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
ptero



Joined: 30 Aug 2009
Posts: 1

PostPosted: Thu Mar 18, 2010 1:05 am    Post subject: warcraft inventory key Reply with quote

heres the simple scrift

Code:
!q::Send, {Numpad7}
!w::Send, {Numpad8}
!a::Send, {Numpad4}
!s::Send, {Numpad5}
!z::Send, {Numpad1}
!x::Send, {Numpad2}


heres how it works
by pressing alt + q it will call the num7 as a shortcut to number 7
by pressing alt + w it will call the num8 as a shortcut to number 8
by pressing alt + a it will call the num4 as a shortcut to number 4
by pressing alt + s it will call the num5 as a shortcut to number 5
by pressing alt + z it will call the num1 as a shortcut to number 1
by pressing alt + x it will call the num2 as a shortcut to number 2


hope this key will lead you to victory in warcraft (DotA) Laughing
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group