# lircrc for ati remote wonder # # To check button names on your remote, make sure lircd is running and run irw # Pressing buttons will show the appropriate button name # # Non-program specific # # Command bindings begin button = tv prog = irexec repeat = 0 config = xawtv end begin button = dvd prog = irexec repeat = 0 config = mplayer dvd:// end begin button = web prog = irexec repeat = 0 config = firefox end begin button = a prog = irexec repeat = 0 config = xmms end # Program Specific # # XMMS # Full list of commands can be found in the xmms-lirc readme begin button = FAST_FORWARD prog = xmms config = next end begin button = PLAY prog = xmms config = play end begin button = REWIND prog = xmms config = prev end begin button = PAUSE prog = xmms config = pause end begin button = STOP prog = xmms config = stop end begin button = vol-up prog = xmms config = vol_up 1 repeat = 1 end begin button = vol-down prog = xmms config = vol_down 1 repeat = 1 end begin button = cursor-right prog = xmms config = fwd 1 repeat = 1 end begin button = cursor-left prog = xmms config = bwd 1 repeat = 1 end begin button = mute prog = xmms config = mute end begin button = power prog = xmms config = quit end # Mplayer # Info can be found here http://www.mplayerhq.hu/DOCS/HTML/en/control.html#lirc begin button = vol-up prog = mplayer config = volume 1 repeat = 1 end begin button = vol-down prog = mplayer config = volume -1 repeat = 1 end begin button = pause prog = mplayer config = pause end begin button = play prog = mplayer config = play end begin button = stop prog = mplayer config = stop end