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 

Hotkey off doesn't work with joystick button hotkey

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Bug Reports
View previous topic :: View next topic  
Author Message
matt911



Joined: 23 May 2005
Posts: 2

PostPosted: Mon May 23, 2005 2:44 am    Post subject: Hotkey off doesn't work with joystick button hotkey Reply with quote

The following script does not work properly. The joystick button hotkey is supposed to be disabled with the hotkey off command, but it continues to fire. I have tried similar scripts with keyboard and mouse buttons and they work properly.

Code:
Hotkey,Joy1,Press
Hotkey,Joy1,off
Loop
{
}
return

Press:
   Tooltip,This joystick button hotkey is not disabled properly
   return
Back to top
View user's profile Send private message
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10480

PostPosted: Mon May 23, 2005 11:50 pm    Post subject: Reply with quote

I'll try to fix this in conjunction with the other one. Thanks.
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Bug Reports 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