# 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 ### Totem ####################################################################### #begin # prog = irexec # remote = * # button = mute # config = /usr/bin/amixer -q set Master mute #end #begin # prog = irexec # remote = * # button = vol+ # config = /usr/bin/amixer -q set Master,0 5+,5+ #end #begin # prog = irexec # remote = * # button = vol- # config = /usr/bin/amixer -q set Master,0 5-,5- #end begin prog = irexec remote = * button = dvd config = /usr/bin/totem & end begin prog = irexec remote = * button = tv config = /usr/bin/tvtime & end begin prog = irexec remote = * button = c config = nautilus /mnt/mp3 end begin prog = irexec remote = * button = d config = nautilus /mnt/divx end begin prog = irexec remote = * button = e config = nautilus /mnt/divers1 end begin prog = irexec remote = * button = f config = nautilus /mnt/divers2 end ### Totem ####################################################################### begin prog = Totem remote = * button = play repeat = 1 config = play end begin prog = Totem remote = * button = pause repeat = 0 config = pause end begin prog = Totem remote = * button = forward repeat = 1 config = seek_forward end begin prog = Totem remote = * button = backward repeat = 1 config = seek_backward end begin prog = Totem remote = * button = fullscreen repeat = 1 config = fullscreen end begin prog = Totem remote = * button = vol+ repeat = 1 config = volume_up end begin prog = Totem remote = * button = vol- repeat = 1 config = volume_down end begin prog = Totem remote = * button = ch+ repeat = 1 config = next end begin prog = Totem remote = * button = ch- repeat = 1 config = previous end begin prog = Totem remote = * button = power repeat = 1 config = quit end