Chris,
I googled for {xlib caps led} and the first link was to a forum post:
http://forums.whirlpool.net.au/forum-replies-archive.cfm/619126.html
The third post down, the guy made a program to set the LED of his scroll lock
key. The C source is at http://members.optusnet.com.au/foonly/hddled.c
Jonathan Curran wrote:
> Spur of the moment answer: call setleds program from within your program
>
> better answer (fox X11):
> http://python-xlib.sourceforge.net/doc/html/python-xlib_16.html
>
> Take a look at get_keyboard_control() and change_keyboard_control(). As far as
> knowing how to proper
On Friday 08 December 2006 23:18, Chris Lasher wrote:
> Is there a way to interact with keyboard LEDs (for Caps/Scroll/Num
> Lock) in Python? I'd like to achieve an effect similar to the *NIX
> command "setleds -L", but I'm not sure where to start, but I figured
> someone out there would have an id