# # .lircrc for tvtime begin prog = irexec button = T:Power mode = normal config = if tvtime-command quit; then : ; else tvt on & fi end begin prog = irexec button = T:Ch+ config = tvtime-command CHANNEL_INC end begin prog = irexec button = T:Ch- config = tvtime-command CHANNEL_DEC end begin prog = irexec button = T:Enter config = tvtime-command CHANNEL_PREV end begin prog = irexec button = T:Rew repeat = 1 config = tvtime-command LEFT end begin prog = irexec button = T:FF repeat = 1 config = tvtime-command RIGHT end begin prog = irexec button = T:Pause config = tvtime-command UP end begin prog = irexec button = T:Stop config = tvtime-command DOWN end begin prog = irexec button = T:AudioMonitor config = tvt mute end begin prog = irexec button = T:Vol+ config = tvt vol+ repeat = 2 end begin prog = irexec button = T:Vol- repeat = 2 config = tvt vol- end begin prog = irexec button = T:TV/VTR config = tvtime-command TOGGLE_INPUT end begin prog = irexec button = T:Display config = tvtime-command DISPLAY_INFO end begin prog = irexec button = T:Execute config = tvtime-command MENU_ENTER end begin prog = irexec button = T:Menu config = tvtime-command SHOW_MENU end # begin # prog = irexec # button = # config = tvtime-command CHANNEL_PREV # end # Number keypad begin prog = irexec button = T:0 config = tvtime-command CHANNEL_0 end begin prog = irexec button = T:1 config = tvtime-command CHANNEL_1 end begin prog = irexec button = T:2 config = tvtime-command CHANNEL_2 end begin prog = irexec button = T:3 config = tvtime-command CHANNEL_3 end begin prog = irexec button = T:4 config = tvtime-command CHANNEL_4 end begin prog = irexec button = T:5 config = tvtime-command CHANNEL_5 end begin prog = irexec button = T:6 config = tvtime-command CHANNEL_6 end begin prog = irexec button = T:7 config = tvtime-command CHANNEL_7 end begin prog = irexec button = T:8 config = tvtime-command CHANNEL_8 end begin prog = irexec button = T:9 config = tvtime-command CHANNEL_9 end # end tv