# lircrc.example.HauppaugeGrey-nativelirc # 2003-09-17, Robert Kulagowski # mailto:rkulagow@rocketmail.com # Save this file in ~/.mythtv/lircrc # ----------- # keypad # ----------- begin prog = mythtv button = KP1 config = 1 end begin prog = mythtv button = KP2 config = 2 end begin prog = mythtv button = KP3 config = 3 end begin prog = mythtv button = KP4 config = 4 end begin prog = mythtv button = KP5 config = 5 end begin prog = mythtv button = KP6 config = 6 end begin prog = mythtv button = KP7 config = 7 end begin prog = mythtv button = KP8 config = 8 end begin prog = mythtv button = KP9 config = 9 end begin prog = mythtv button = KP0 config = 0 end # ----------------- # volume channels # ----------------- begin prog = mythtv button = VOLUMEDOWN repeat = 3 config = F10 end begin prog = mythtv button = VOLUMEUP repeat = 3 config = F11 end # ------------------- # navigate buttons # ------------------- begin prog = mythtv button = UP repeat = 3 config = Up end begin prog = mythtv button = DOWN repeat = 3 config = Down end begin prog = mythtv button = LEFT repeat = 3 config = Left end begin prog = mythtv button = RIGHT repeat = 3 config = Right end begin prog = mythtv button = ENTER config = Return end begin prog = mythtv button = ESC config = Esc end # ------------------------ # play pause stop rew ff # ------------------------ begin prog = mythtv button = PLAY config = P end begin prog = mythtv button = PLAYPAUSE config = P end begin prog = mythtv button = MUTE config = F9 end begin prog = mythtv button = STOP config = O end begin prog = mythtv button = RECORD config = R end begin prog = mythtv button = REWIND config = Left end begin prog = mythtv button = FASTFORWARD config = Right end begin prog = mythtv button = PREVIOUSSONG config = PgUp end begin prog = mythtv button = NEXTSONG config = PgDown end begin prog = mythtv button = BRIGHTNESSUP # Use for forward commercial skip config = Z end begin prog = mythtv button = MENU config = I end