 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
Dragobr
Joined: 24 Oct 2009 Posts: 7
|
Posted: Sat Nov 21, 2009 4:31 am Post subject: Send {NumLock} not changing LED |
|
|
I'm on an Acer 5536 notebook, using Windows XP. When I put a send {NumLock} command in a script, the numlock state is changed, but it's indicator LED isn't. I tried the LED changing scripts i saw in this forum, but they didn't work.
Any ideas?
Thanks. |
|
| Back to top |
|
 |
Leef_me
Joined: 08 Apr 2009 Posts: 1158 Location: San Diego, California
|
Posted: Sat Nov 21, 2009 6:32 am Post subject: |
|
|
| Quote: | | I tried the LED changing scripts i saw in this forum, but they didn't work. | Next time be specific about which scripts you tried
I have an Acer Aspire 5520
I found this thread http://www.autohotkey.com/forum/topic10532.html
And I used this code with the support routines in the first post.
It turned off numlock and capslock, until I pressed the appropriate key twice.
I didn't try to determine which LED matches which number.
| Code: | KeyboardLED(1,"off")
KeyboardLED(2,"off")
KeyboardLED(3,"off")
KeyboardLED(4,"off")
KeyboardLED(5,"off")
KeyboardLED(6,"off")
return
|
|
|
| Back to top |
|
 |
HotKeyIt
Joined: 18 Jun 2008 Posts: 1994 Location: GERMANY
|
|
| Back to top |
|
 |
Dragobr
Joined: 24 Oct 2009 Posts: 7
|
Posted: Sat Nov 21, 2009 2:59 pm Post subject: |
|
|
Well, that was the script I tried. I tested different LedValues this time, and I found that 4, 5, 6, 7, 12, 13, 14 and 15 change the CapsLock LED. I tested all the way to 30, and no value changed the numlock LED.
Using SetNumLockState instead of Send {NumLock} also didn't work. |
|
| Back to top |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|