[mythtv-users] Re: Free USB RF remote (just $5.90 for shipping)

Will Dormann wd at pobox.com
Sat May 8 10:45:09 EDT 2004


At 11:34 PM 5/7/2004 -0500, you wrote:
>Would anyone mind posting their ~/mythtv/lircrc for their x10 lola 
>remote? i'd appreciate it a lot.


Here's mine.

-WD  
-------------- next part --------------
begin
    prog = irxevent
    button = up
    repeat = 7
    config = Key Up CurrentWindow
end

begin
    prog = irxevent
    button = right
    repeat = 7
    config = Key  Right CurrentWindow
end

begin
    prog = irxevent
    button = down
    repeat = 7
    config = Key Down CurrentWindow
end

begin
    prog = irxevent
    button = left
    repeat = 7
    config = Key Left CurrentWindow
end


# Volume +/-/mute (TV Playback Volume)
begin
    prog = irxevent
    button = volup
    repeat = 2
    config = Key bracketright CurrentWindow
end

begin
    prog = irxevent
    button = voldown
    repeat = 2
    config = Key bracketleft CurrentWindow
end

begin
    prog = irxevent
    button = mute
    repeat = 5
    config = Key | CurrentWindow
end

# Channel +/- (TV Playback Channel)
begin
    prog = irxevent
    button = chup
    repeat = 5
    config = Key Up CurrentWindow
end

begin
    prog = irxevent
    button = chdown
    repeat = 5
    config = Key Down CurrentWindow
end


begin
    prog = irxevent
    button = playing
    config = Key I CurrentWindow
end


begin
    prog = irxevent
    button = pause
    repeat = 9
    config = Key P CurrentWindow
end

begin
    prog = irxevent
    button = ff
    config = Key u CurrentWindow
end

begin
    prog = irxevent
    button = rew
    config = Key j CurrentWindow
end

begin
    prog = irxevent
    button = 0
    config = Key 0 CurrentWindow
end

begin
    prog = irxevent
    button = 1
    config = Key 1 CurrentWindow
end

begin
    prog = irxevent
    button = 2
    config = Key 2 CurrentWindow
end

begin
    prog = irxevent
    button = 3
    config = Key 3 CurrentWindow
end

begin
    prog = irxevent
    button = 4
    config = Key 4 CurrentWindow
end

begin
    prog = irxevent
    button = 5
    config = Key 5 CurrentWindow
end

begin
    prog = irxevent
    button = 6
    config = Key 6 CurrentWindow
end

begin
    prog = irxevent
    button = 7
    config = Key 7 CurrentWindow
end

begin
    prog = irxevent
    button = 8
    config = Key 8 CurrentWindow
end

begin
    prog = irxevent
    button = 9
    config = Key 9 CurrentWindow
end

begin
    prog = irxevent
    button = scandown
    config = Key comma CurrentWindow
end

begin
    prog = irxevent
    button = scanup
    config = Key period CurrentWindow
end

begin 
      prog = irxevent
      button = ab
      config = Key c CurrentWindow
end

begin
     prog = irxevent
     button = top
     config = Key Home CurrentWindow
end

begin
     prog = irxevent
     button = e
     config = Key End CurrentWindow
end

begin
     prog = irxevent
     button = find
     config = Key / CurrentWindow
end

begin 
      prog = irxevent
      button = ok
      config = Key KP_Enter CurrentWindow
end

begin 
      prog = irxevent
      button = sel
      config = Key Escape CurrentWindow
end

begin 
      prog = irxevent
      button = pageup
      config = Key Page_Up CurrentWindow
end

begin
     prog = irxevent
     button = pagedn
     config = Key Page_Down CurrentWindow
end

begin
     prog = irxevent
     button = playl
     config = Key M CurrentWindow
end

begin
     prog = irxevent
     button = track
     config = Key o CurrentWindow
end


More information about the mythtv-users mailing list