[mythtv] Additional key bindings

Matt Zimmerman mythtv-dev@snowman.net
Sat, 28 Sep 2002 21:53:18 -0400


I have a remote control with rewind, forward, play, pause, etc. buttons,
which is set up to generate keysyms from XF86keysym.h (XF86XK_AudioPlay,
etc.).

I don't know much about Qt, but it appears that its keybindings are not
directly to keysyms, but constants from the Key enumeration in qnamespace.h.
Is there any way to set up bindings for these keys, other than mapping them
to other keysyms? (this is undesirable because they are used by other
applications)

-- 
 - mdz