Got everything working. Even the demos work like a charm. I haven't found a README in your packages describing the keymap.
So for everybody else:
Home -> Home
Prev -> Page Up
Next -> Page Down
Back -> Backspace
Menu -> Menu
Sym -> Tab
aA -> Super L
Only modifier is Shift.
The problem with the framework is kind of frustrating. Just an idea:
I think it is possible to change the name for the /dev/input devices - lets say event[23]. Now our hotkey_manager listens on them and retrieves all the events. If there are other qws clients just the app gets the key events. If there is no other client we pipe the original data into our named pipes /dev/input/event[01]. So we stop the framework form interfering with our Qt apps but have a working framework after Qt app shutdown.
Last edited by jft; 02-01-2010 at 09:51 AM.
|