| View previous topic :: View next topic |
| Author |
Message |
Hepatox Guest
|
Posted: Sat Jul 05, 2008 1:25 am Post subject: *ScrollLock::LCtrl appears to be broken |
|
|
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 I'm just having the stupidest problems rebinding my keys in Age of Conan and this doesn't help  |
|
| Back to top |
|
 |
k3ph
Joined: 20 Jul 2006 Posts: 174
|
Posted: Wed Jul 09, 2008 3:46 am Post subject: |
|
|
| 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 |
|
 |
|