I'd like to register keypresses that aren't visible on xev. These are basically "special" keys on my keyboard. If the event does show up on xev, is it possible to get at?
I'd like to register keypresses that aren't visible on xev. These are basically "special" keys on my keyboard. If the event does show up on xev, is it possible to get at?
Sure. X windows has to send the key press to
xev
but for various reasons X might send it to something else first, soxev
won't show the key press and release events.Consider the brightness or multimedia keys. The key presses aren't shown in
xev
, but if your X windows environment is set up correctly, you can adjust brightness and so forth.