#! lircrcd # 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 remote = PinnacleSysPCTVRemote button = Power prog = irexec repeat = 0 config = mpd end begin remote = PinnacleSysPCTVRemote button = F_RADIO prog = irexec repeat = 0 config = ncmpc end # Program Specific # # MPD # Full list of commands can be found in the irexec-lirc readme begin remote = PinnacleSysPCTVRemote button = FFordward prog = irexec config = mpc seek +00:00:05 end begin remote = PinnacleSysPCTVRemote button = Play prog = irexec config = mpc play end begin remote = PinnacleSysPCTVRemote button = Rewind prog = irexec config = mpc seek -00:00:05 end begin remote = PinnacleSysPCTVRemote button = pause prog = irexec config = mpc toggle end begin remote = PinnacleSysPCTVRemote button = Stop prog = irexec config = mpc stop end begin remote = PinnacleSysPCTVRemote button = vol+ prog = irexec config = mpc vol +1 repeat = 1 end begin remote = PinnacleSysPCTVRemote button = vol- prog = irexec config = mpc vol -1 repeat = 1 end begin remote = PinnacleSysPCTVRemote button = redo prog = irexec config = mpc next end begin remote = PinnacleSysPCTVRemote button = undo prog = irexec config = mpc prev end #begin # button = # prog = irexec # config = #end #begin # button = # prog = irexec # config = #end #begin # button = # prog = irexec # config = #end #begin # button = # prog = irexec # config = #end #begin # button = cursor-right # prog = irexec # config = fwd 1 # repeat = 1 #end #begin # button = cursor-left # prog = irexec # config = bwd 1 # repeat = 1 #end begin remote = PinnacleSysPCTVRemote button = mute prog = irexec config = mpc vol 0 end begin remote = PinnacleSysPCTVRemote button = power prog = irexec config = mpc quit end