# 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 =========================== # begin prog = irxevent button = UP config = Key Up CurrentWindow end begin prog = irxevent button = DOWN config = Key Down CurrentWindow end begin prog = irxevent button = LEFT config = Key Left CurrentWindow end begin prog = irxevent button = RIGHT config = Key Right CurrentWindow end begin prog = irxevent button = A config = Key A CurrentWindow end begin prog = irxevent button = B config = Key B CurrentWindow end begin prog = irxevent button = C config = Key C CurrentWindow end begin prog = irxevent button = D config = Key D CurrentWindow end begin prog = irxevent button = E config = Key E CurrentWindow end begin prog = irxevent button = F config = Key F CurrentWindow end begin prog = irxevent button = 1 config = Key SHIFT-1 CurrentWindow end begin prog = irxevent button = 2 config = Key SHIFT-2 CurrentWindow end begin prog = irxevent button = 3 config = Key SHIFT-3 CurrentWindow end begin prog = irxevent button = 4 config = Key SHIFT-4 CurrentWindow end begin prog = irxevent button = 5 config = Key SHIFT-5 CurrentWindow end begin prog = irxevent button = 6 config = Key SHIFT-6 CurrentWindow end begin prog = irxevent button = 7 config = Key SHIFT-7 CurrentWindow end begin prog = irxevent button = 8 config = Key SHIFT-8 CurrentWindow end begin prog = irxevent button = 9 config = Key SHIFT-9 CurrentWindow end begin prog = irxevent button = 0 config = Key SHIFT-0 CurrentWindow end begin prog = irxevent button = CHECK config = Key Return CurrentWindow end begin button = TV prog = irexec repeat = 0 config = xdtv 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