[mythtv] [PATCH] allow use of media key codes

Isaac Richards ijr at case.edu
Sat Dec 4 16:39:47 UTC 2004


On Saturday 04 December 2004 11:13 am, Joseph Caputo wrote:
> Isaac Richards wrote:
> > On Friday 03 December 2004 11:48 pm, Joseph Caputo wrote:
> >>So, I was fiddling around with my keybindings and lircrc the other day,
> >>when I noticed that Qt defines key codes that correspond to media keys
> >>you might find on a fancy keyboard or a remote control.  I figured I'd
> >>bind some of my remote buttons to these key codes, seeing as it's more
> >>intuitive to bind the "Play" button to the Key_MediaPlay than to some
> >>arbitrary letter.  Unfortunately, when I did so, I encountered the
> >>following behavior:
> >
> > Would you mind removing the unnecessary parts of the patch, please?
>
> Which parts are unnecessary?

Didn't you look at the patch?  Very first thing is:

RCS file: /var/lib/mythcvs/mfd/settings.pro,v
retrieving revision 1.8
diff -u -r1.8 settings.pro
--- mfd/settings.pro    7 Sep 2004 21:21:33 -0000       1.8
+++ mfd/settings.pro    3 Dec 2004 14:02:01 -0000
@@ -1,7 +1,7 @@
 CONFIG += debug
 #CONFIG += release
 
-PREFIX = /usr/local
+PREFIX = /usr/local/stow/mythtv-2004-11-30
 
 LIBVERSION = 0.16

There's tons of stuff like that..

Isaac


More information about the mythtv-dev mailing list