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 

*ScrollLock::LCtrl appears to be broken

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





PostPosted: Sat Jul 05, 2008 1:25 am    Post subject: *ScrollLock::LCtrl appears to be broken Reply with quote

Looks like this specific bind

*ScrollLock::LCtrl

breaks AutoHotKeys ability to detect ScrollLock key release.

GetKeyInfo State, ScrollLock, P always returns D

Works fine for

*ScrollLock::LAlt

Awesome program though Smile I'm just having the stupidest problems rebinding my keys in Age of Conan and this doesn't help Smile
Back to top
k3ph



Joined: 20 Jul 2006
Posts: 174

PostPosted: Wed Jul 09, 2008 3:46 am    Post subject: Reply with quote

Code:
*ScrollLock::
   send {LCtrl Down}
   keywait ScrollLock
   send {LCtrl Up}
return


i dunno but the hook (*) seems problematic.
it works until it begins to send ETX bytes
_________________
                                  [ profile | ahk.net | ahk.talk ]
Back to top
View user's profile Send private message
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