[mythtv-users] Packard Bell Remote lircrd config? -phraseing...

Joe Votour joevph at yahoo.com
Fri Sep 19 16:28:45 EDT 2003


Page_Up and Page_Down work for me.

The key names that are supported are (I believe) those
that are specified in the X include files.  I don't
have access to a Linux machine at the momemt, but on
my Solaris workstation, the name of the file is
keysymdef.h (I believe it's called the same thing
under Linux, just in a different path).

If you look at that file, you'll find something like
this (again, from my Solaris machine, your line may be
different):
#define XK_Page_Down 0xFF56

You want to take the name (in this case,
XK_Page_Down), and remove the "XK_" characters.  That
should give you the names you're looking for.

-- Joe

--- and <hons at rcn.com> wrote:
> On that note: How do you write a button code that
> uses the page up or 
> page down?
> I've tried a couple of versions but it doesn't seem
> to work...
> 
> ie something like this:
> 
> begin
>      prog = irxevent
>      button = tv-jump		
>      config = Key [ page-up | pgup | PageUp |
> Page_Up ] CurrentWindow
> end
> 
> thanks
> anders
> 
> On Friday, September 19, 2003, at 02:13 PM, Harondel
> J. Sibble wrote:
> 
> > This is my current setup which needs an overhaul,
> but mostly works 
> > fine.
> >
> > On 19 Sep 2003 at 11:26, Jim Jarrett wrote:
> >
> >> If anyone is using a Packard Bell remote with
> LIRC, I'd appreciate 
> >> seeing your
> >> .lircrc file. I am not entirely sure how I want
> to set mine up.
> >
> >
> > begin
> >         button = SRS
> >         prog   = irexec
> >         config = xterm -geometry 50x20+80+40 &
> > end
> > begin
> >         button = Aux1
> >         prog   = irexec
> > #        config = xawtv -xvport 64 -geometry
> +50+70 &
> > 	config = xawtv -xvport 64
> > #	config = xawtvxv
> > #	flags  = once
> >         mode   = tv
> > end
> > begin
> >         button = Aux2
> >         prog   = irexec
> >         config = xine -f shows/*avi &
> > #	flags  = once
> >         mode   = xine
> > end
> >
> > begin
> >         button = Aux3
> >         prog   = irexec
> >         config = mythfrontend &
> > #	flags  = once
> >         mode   = mythtv
> > end
> >
> > SNIP NON MYTHTV RELATED ENTRIES
> >
> >
> > begin mythtv
> > begin
> >     prog = irxevent
> >     button = CHUp		
> >     config = Key Up CurrentWindow
> > end
> >
> > begin
> >     prog = irxevent
> >     button = ChDown
> >     config = Key Down CurrentWindow
> > end
> >
> > begin
> >     prog = irxevent
> >     button = Display
> >     config = Key Escape CurrentWindow
> > end
> >
> > begin
> >     prog = irxevent
> >     button = Menu
> >     config = Key M CurrentWindow
> > end
> >
> > begin
> >     prog = irxevent
> >     button = Up
> >     config = Key Up CurrentWindow
> > #    repeat = 1
> > end
> >
> > begin
> >     prog = irxevent
> >     button = Right
> >     config = Key Right CurrentWindow
> > #    repeat = 1
> > end
> >
> > begin
> >     prog = irxevent
> >     button = Down
> >     config = Key Down CurrentWindow
> > #    repeat = 1
> > end
> > 	
> > begin
> >     prog = irxevent
> >     button = Left
> >     config = Key Left CurrentWindow
> > #    repeat = 1
> > end
> >
> > begin
> >     prog = irxevent
> >     button = Enter
> >     config = Key KP_Enter CurrentWindow
> > end
> >
> > begin
> >     prog = irxevent
> >     button = Zero
> >     config = Key KP_0 CurrentWindow
> > end
> >
> > begin
> >     prog = irxevent
> >     button = One
> >     config = Key 1 CurrentWindow
> > end
> >
> > begin
> >     prog = irxevent
> >     button = Two
> >     config = Key 2 CurrentWindow
> > end
> >
> > begin
> >     prog = irxevent
> >     button = Three
> >     config = Key 3 CurrentWindow
> > end
> >
> > begin
> >     prog = irxevent
> >     button = Four
> >     config = Key 4 CurrentWindow
> > end
> >
> > begin
> >     prog = irxevent
> >     button = Five
> >     config = Key 5 CurrentWindow
> > end
> >
> > begin
> >     prog = irxevent
> >     button = Six
> >     config = Key 6 CurrentWindow
> > end
> >
> > begin
> >     prog = irxevent
> >     button = Seven
> >     config = Key 7 CurrentWindow
> > end
> >
> > begin
> >     prog = irxevent
> >     button = Eight
> >     config = Key 8 CurrentWindow
> > end
> >
> > begin
> >     prog = irxevent
> >     button = Nine
> >     config = Key 9 CurrentWindow
> > end
> >
> >         begin
> >                 prog = irxevent
> >                 button = Star
> >                 config = Key f CurrentWindow
> >         end
> >
> > begin
> >     prog = irxevent
> >     button = Help
> >     config = Key I CurrentWindow
> > end
> >
> > begin
> >     prog = irxevent
> 
=== message truncated ===>
_______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
>
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> 


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com


More information about the mythtv-users mailing list