<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.0.9">
</HEAD>
<BODY>
Thanks for the help. I finally got around to trying these suggestions, and this one worked. I didn't realize I needed to change from irxevent to mythtv to get native support. I had already compiled it in, but was still starting irxevent. Anyway, got everything working, so again, I appreciate the help!!<BR>
<BR>
Thanks,<BR>
<BR>
Michael<BR>
<BR>
On Mon, 2004-04-26 at 01:35, Nowhere wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE><FONT COLOR="#737373"><I>Which release of Myth are you using? If 0.14 you don't need irxevent as
Myth has native Lirc support. I am doing what you want and it look like
this...
# Fast forward
begin
prog = mythtv
button = FFW
repeat = 3
config = >
end
# Rewind
begin
prog = mythtv
button = REW
repeat = 3
config = <
end
# Skip forward (10 min default)
begin
prog = mythtv
button = SKIP
repeat = 3
config = PgDown
end
# Skip backward (10 min default)
begin
prog = mythtv
button = REPLAY
repeat = 3
config = PgUp
end
If you are pre-0.14 I can't help yah. I started with 0.14.
Hope this helps.
Eric
-----Original Message-----
From: mythtv-users-bounces@mythtv.org
[mailto:mythtv-users-bounces@mythtv.org] On Behalf Of Scott Rowe
Sent: Sunday, April 25, 2004 4:58 PM
To: 'Discussion about mythtv'
Subject: RE: [mythtv-users] LIRCRC Question
Try config = Key greater CurrentWindow and config = Key less
CurrentWindow
> -----Original Message-----
> From: mythtv-users-bounces@mythtv.org
> [mailto:mythtv-users-bounces@mythtv.org] On Behalf Of Michael Segulja
> Sent: Sunday, April 25, 2004 4:31 PM
> To: MythTV List (mythtv-users@mythtv.org)
> Subject: [mythtv-users] LIRCRC Question
>
> This might be a little off-topic, but I'm having trouble with
> a couple of key mappings. I do not have sticky keys set in
> the Myth TV settings, so I have my left and right keys
> skipping backward and forward by 10 seconds. I have this
> mapped to the directional left and right button on my remote,
> and this works great. The Myth documentation says that the <
> and > keys act as rewind and fast forward when not in sticky
> mode, so I want to map those to the RRW and FFW buttons on my
> remote. I entered the following into my ~/.mythtv/lircrc file:
>
> begin
> prog = irxevent
> button = FFW
> repeat = 3
> config = Key > CurrentWindow
> end
>
> begin
> prog = irxevent
> button = RRW
> repeat = 3
> config = Key < CurrentWindow
> end
>
> begin
> prog = irxevent
> button = Left
> repeat = 3
> config = Key Left CurrentWindow
> end
>
> begin
> prog = irxevent
> button = Right
> repeat = 3
> config = Key Right CurrenWindow
>
>
> The left and right keys work fine as I said, but the FFW and
> RRW don't do anything. It does work if I press < and > on
> the keyboard, and I also mapped a different key binding to
> the FFW and RRW buttons on my remote to verify they are
> working. Is there some special character I need to enter for
> the < and > keys in the lircrc file possibly? Also, irw does
> show the key presses for the < and > keys, so I know the
> signal is getting to my myth box.
>
> Thanks for the great software and all the help!!
>
> ---
> Michael Segulja
> LMD Computing Solutions, Inc.
> 281.376.8181 | Office
> 281.300.8285 | Mobile
> 832.717.5126 | Fax
> </FONT><A HREF="http://www.lmdcs.com"><U>http://www.lmdcs.com</U></A>
<FONT COLOR="#737373">>
>
</PRE>
<HR>
<PRE>_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org</FONT>
<A HREF="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users"><U>http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</U></I></A></PRE>
</BLOCKQUOTE>
<PRE><TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
---<BR>
<B>Michael Segulja<BR>
<FONT SIZE="3">LMD Computing </FONT><FONT COLOR="#ff0000" SIZE="3">Solutions, Inc.</B></FONT><BR>
281.376-8181 | Office<BR>
281.300.8285 | Mobile<BR>
832.717.5126 | Fax<BR>
<A HREF="http://www.lmdcs.com"><U>www.lmdcs.com</U></A>
</TD>
</TR>
</TABLE>
</PRE>
</BODY>
</HTML>