keyboard output

is it possible to programm the lights of my keyboard with panda? (like they did in this winamp-pluqin
youtube.com/watch?v=_CZLxeAk294 )

That’s got nothing to do with Panda, but I bet you could get there with a Python module like win32api. Good luck!

David

On GNU/Linux, or better said, on X11, you have the command “xset led” which you can use to turn the LEDs on and off.

No idea of windows, which ,i guess, you’re using.

http://pypi.python.org/pypi/python-keyboardleds/0.1
Never used it. Maybe you can tell us if it works well.

A more lowerlevel kernel interface on Linux would be writing 0 or 255 to the files /sys/class/leds/*/brightness.