Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > a3a2541c069c6e4cb551fc63e4f3006e > files > 37

xdtv-2.4.0-7mdv2009.0.i586.rpm

#       
# defaults:
#   
# remote = *
# repeat = 0   
#       
#       
#   
begin
	prog = irexec
 	button = TV_DOWN
 	config = /usr/bin/xdtv -noxv -c /dev/video0
 	mode = xdtv
 	flags= once
end

#########################################
#
# xdtv
#
#########################################
begin xdtv
	begin
		prog = xdtv
		button = CHANNEL_UP_DOWN
		config = setstation next
	end
	begin
		prog = xdtv
		button = CHANNEL_DOWN_DOWN
		config = setstation prev
	end
	begin
		prog = xdtv
		button = VOLUME_UP_DOWN
		config = volume inc
	end
	begin
		prog = xdtv
		button = VOLUME_DOWN_DOWN
		config = volume dec
	end
	begin
		prog = xdtv
		button = MUTE_DOWN
		config = volume mute
	end
	begin
		prog = xdtv
		button = MENU_DOWN
		config = fullscreen toggle
	end
	begin
	 	prog = xdtv
		button = BLUE_BUTTON_DOWN
		config = showtime
	end
	begin
 		prog = xdtv
		button = POWER_DOWN
		config = quit
		flags = mode
	end
end xdtv