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 

more than 2 buttons hotke error Joy1 & Joy2 & Joy3

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
ahkiot0



Joined: 31 May 2008
Posts: 36

PostPosted: Sun Oct 11, 2009 5:33 pm    Post subject: more than 2 buttons hotke error Joy1 & Joy2 & Joy3 Reply with quote

Code:
#IfWinActive Mario
Joy5 & Joy7 & Joy5 & Joy7:: <Error: Invalid hotkey
WinKill, Mario
Return


work only if two keys, or joy or mouse+keyb, need 4 buttons pressed.
how solve that problem?

Simultaneous problem: need do work only if press simultaneous 2 buttons
but in fact when press Joy3 working Sad

Code:
#IfWinActive Mario
Joy9 & Joy3::
WinClose Mario
Return
Back to top
View user's profile Send private message
[VxE]



Joined: 07 Oct 2006
Posts: 3254
Location: Simi Valley, CA

PostPosted: Sun Oct 11, 2009 7:29 pm    Post subject: Reply with quote

see GetKeyState
_________________
Ternary (a ? b : c) guide     TSV Table Manipulation Library
Post code inside [code][/code] tags!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help 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