# lircrc.URC-6131/RC-5 (Hauppauge PVR-250)
# 2004-01-25, Joe Votour
# mailto: [email protected]
# Save this file in ~/.mythtv/lircrc, and make a symlink with ~/.lircrc
# TODO: Test/configure the mplayer buttons
# Finish the rest of the remote buttons for MythTV
# Rev 0.1 – 2005/07/08
# 1. Changed the Xine exit button to PVR Menu (PVRMENU) from POWER
# 2. Added in xmame exit functionality – PVR Menu button again
# Power button/quit
# begin
# prog = mythtv
# button = POWER
# config = Esc
# end
# Change TV card input
begin
prog = mythtv
button = TV/VID
config = C
end
# Toggle Picture-In-Picture
begin
prog = mythtv
button = PIP
config = V
end
# Swap the PiP windows
begin
prog = mythtv
button = Swap
config = N
end
# Number keys
begin
prog = mythtv
button = 1
config = 1
end
begin
prog = mythtv
button = 2
config = 2
end
begin
prog = mythtv
button = 3
config = 3
end
begin
prog = mythtv
button = 4
config = 4
end
begin
prog = mythtv
button = 5
config = 5
end
begin
prog = mythtv
button = 6
config = 6
end
begin
prog = mythtv
button = 7
config = 7
end
begin
prog = mythtv
button = 8
config = 8
end
begin
prog = mythtv
button = 9
config = 9
end
begin
prog = mythtv
button = 0
config = 0
end
# Exit button (returning to menu)
begin
prog = mythtv
button = EXIT
config = Esc
end
# Menu button (TV menu)
begin
prog = mythtv
button = MENU
config = M
end
# Guide button (EPG)
begin
prog = mythtv
button = GUIDE
config = S
end
# Delete (i.e. View recordings screen)
begin
prog = mythtv
button = THDN
config = D
end
# View program info (OSD)
begin
prog = mythtv
button = INFO
config = I
end
# Note the "repeat =" strings in the volume and channel.
# This means that if you hold down the key, every nth instance will be
# passed. This depends on your system, so you may want to increase or
# decrease this and see what happens. repeat = 1 is probably too
# fast.
# Volume Down
begin
prog = mythtv
button = VOL-
repeat = 3
config = F10
end
# Volume Up
begin
prog = mythtv
button = VOL+
repeat = 3
config = F11
end
# Channel Up
begin
prog = mythtv
button = CH+
repeat = 3
config = Up
end
# Channel Down
begin
prog = mythtv
button = CH-
repeat = 3
config = Down
end
# Navigational arrows
begin
prog = mythtv
button = LEFT
repeat = 3
config = Left
end
begin
prog = mythtv
button = RIGHT
repeat = 3
config = Right
end
begin
prog = mythtv
button = SELECT
config = Return
end
# Mute
begin
prog = mythtv
button = Mute
config = |
end
# Browse mode
#begin
# prog = mythtv
# button = DISPLAY
# config = O
#end
# Channel history
begin
prog = mythtv
button = Prev
config = H
end
# Rewind
begin
prog = mythtv
button = REW
config = Left
end
# Play
begin
prog = mythtv
button = PLAY
config = P
end
# Fast-forward
begin
prog = mythtv
button = FFW
config = Right
end
# Next chapter (page down for EPG)
begin
prog = mythtv
button = NEXTCH
config = PgDown
end
# Previous chapter (page up for EPG)
begin
prog = mythtv
button = PREVCH
config = PgUp
end
# Record
begin
prog = mythtv
button = REC
config = R
end
# Teletext/Closed Captioning
# Audio button doubles as CC
begin
prog = mythtv
button = Audio
config = T
end
# Pause
begin
prog = mythtv
button = PAUSE
config = P
end
# Backwards commercial skip
begin
prog = mythtv
button = REPLAY
config = Q
end
# Forward commercial skip
begin
prog = mythtv
button = SKIP
config = Z
end