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 

"Up" hotkeys unreliable?

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



Joined: 13 Nov 2004
Posts: 3004
Location: Minnesota

PostPosted: Sat Feb 26, 2005 2:24 am    Post subject: "Up" hotkeys unreliable? Reply with quote

This works perfectly, showing two msgbox's in quick succession:

Code:
lwin::msgbox,%a_thishotkey% was depressed.
lwin up::msgbox,%a_thishotkey% was released.


However, this does not work. It only shows the latter msgbox:

Code:
control::msgbox,%a_thishotkey% was depressed.
control up::msgbox,%a_thishotkey% was released.


When changed to this, though, it too works flawlessly:

Code:
lcontrol::msgbox,%a_thishotkey% was depressed.
lcontrol up::msgbox,%a_thishotkey% was released.


Is this intentional? The same thing occurred with shift and alt. I'm guessing it has something to do with the nature of them covering more than one key at once.
Back to top
View user's profile Send private message
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10467

PostPosted: Sat Feb 26, 2005 4:28 am    Post subject: Reply with quote

Thanks; I will try to correct that. If it's too complex, I'll document it as a known limitation.
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