Somewhat obviously, I realized that button signals are probably piped out through... surprise, surprise, /dev/buttons ! However, I can't seem to read any signals from it. cat /dev/buttons gives nothing, and I wrote a little program to read files character by character, which works fine in my computer for the mouse (/dev/psaux) but gives nothing from /dev/buttons when buttons are pressed.
Anyone have any ideas?
|