Binding keys from specific device in X.org
- by Michal Cihar
I have a remote control for presentations, which generates Next/Prior key events in X.org (Page up/down). I'd like to use these for navigating in playlist (using MPD, but it probably does not matter). The problem is that I want to make this control work all the time (without application having focus) and I don't want to lose Page up/down functionality from normal keyboard.
Is there some application which would allow me to bind actions to events from specific keyboard? Or is there simple way to implement such thing on my own?