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 

Send {NumLock} not changing LED

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
Dragobr



Joined: 24 Oct 2009
Posts: 7

PostPosted: Sat Nov 21, 2009 4:31 am    Post subject: Send {NumLock} not changing LED Reply with quote

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
View user's profile Send private message
Leef_me



Joined: 08 Apr 2009
Posts: 1158
Location: San Diego, California

PostPosted: Sat Nov 21, 2009 6:32 am    Post subject: Reply with quote

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 Razz

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
View user's profile Send private message
HotKeyIt



Joined: 18 Jun 2008
Posts: 1994
Location: GERMANY

PostPosted: Sat Nov 21, 2009 10:16 am    Post subject: Reply with quote

Code:
SetCapsLockState,On|Off|AlwaysOn|AlwaysOff

_________________
AutoHotFile - ToolTip(n,text,title,options) Wink
Back to top
View user's profile Send private message
Dragobr



Joined: 24 Oct 2009
Posts: 7

PostPosted: Sat Nov 21, 2009 2:59 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help 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