Using CapsLock LED for other purposes
Posted
by
PHPst
on Super User
See other posts from Super User
or by PHPst
Published on 2013-06-30T06:19:20Z
Indexed on
2013/07/03
5:09 UTC
Read the original article
Hit count: 335
autohotkey
|capslock
Currently I use following autohotkey script to change keyboard layout using the CapsLock button.
SetCapsLockState, AlwaysOff
+CapsLock::CapsLock
#SingleInstance force
CapsLock::Send, {ALTDOWN}{SHIFTDOWN}{SHIFTUP}{CTRLUP}{ALTUP}
return
I want CapsLock LED be turned on when layout is Persian and off when it is Englsih. Is it possible? Indeed I want LED be switched wile CapsLock remains off.
© Super User or respective owner