#============ XAWTV ============ begin button = vol+ prog = xawtv config = volume inc repeat = 1 end begin button = vol- prog = xawtv config = volume dec repeat = 1 end begin button = ch+ prog = xawtv config = setchannel next repeat = 1 end begin button = ch- prog = xawtv config = setchannel prev repeat = 1 end begin button = mute prog = xawtv config = volume mute toggle end begin button = menu prog = xawtv config = fullscreen toggle end begin prog = xawtv button = 1 config = keypad 1 end begin prog = xawtv button = 2 config = keypad 2 end begin prog = xawtv button = 3 config = keypad 3 end begin prog = xawtv button = 4 config = keypad 4 end begin prog = xawtv button = 5 config = keypad 5 end begin prog = xawtv button = 6 config = keypad 6 end begin prog = xawtv button = 7 config = keypad 7 end begin prog = xawtv button = 8 config = keypad 8 end begin prog = xawtv button = 9 config = keypad 9 end begin prog = xawtv button = 0 config = keypad 0 end #============ MPLAYER ============ begin button = vol+ prog = mplayer config = volume 1 repeat = 1 end begin button = vol- prog = mplayer config = volume -1 repeat = 1 end begin button = ch+ prog = mplayer config = tv_step_channel +1 repeat = 1 end begin button = ch- prog = mplayer config = tv_step_channel -1 repeat = 1 end begin button = pause prog = mplayer config = pause end begin button = mute prog = mplayer config = mute end begin button = menu prog = mplayer config = vo_fullscreen end begin button = info prog = mplayer config = osd end begin button = rwd prog = mplayer repeat = 1 config = seek -10 end begin button = ffwd prog = mplayer repeat = 1 config = seek +10 end begin button = left prog = mplayer repeat = 1 config = seek -60 end begin button = right prog = mplayer repeat = 1 config = seek +60 end begin button = down prog = mplayer repeat = 1 config = seek -600 end begin button = up prog = mplayer repeat = 1 config = seek +600 end begin button = stop prog = mplayer config = quit end #============ TVTIME ============ begin button = ch+ prog = tvtime config = channel_up repeat = 1 end begin button = ch- prog = tvtime config = channel_down repeat = 1 end begin button = mute prog = tvtime config = mixer_mute end begin button = vol+ prog = tvtime config = mixer_up repeat = 1 end begin button = vol- prog = tvtime config = mixer_down repeat = 1 end #============ IREXEC ============ begin button = power prog = irexec config = xset dpms force off end begin button = sleep prog = irexec config = xset dpms force on;xset s reset;xscreensaver-command -deactivate >/dev/null end