############################
## KEY_POWER (0x768940bf) ##
############################

#################################
## KEY_VOLUMEDOWN (0x768900ff) ##
#################################

begin
	remote = VRC1100
	button = KEY_VOLUMEDOWN
	# repeat = 1
	prog = squeezelite
#	config = -
	config = voldown
end

###############################
## KEY_VOLUMEUP (0x7689807f) ##
###############################

begin
	remote = VRC1100
	button = KEY_VOLUMEUP
	# repeat = 1
	prog = squeezelite
#	config = +
	config = volup
end

###########################
## KEY_MUTE (0x7689c43b) ##
###########################

begin
	remote = VRC1100
	button = KEY_MUTE
	# repeat = 1
	prog = squeezelite
	config = muting
end

###########################
## KEY_PLAY (0x768910ef) ##
###########################

begin
	remote = VRC1100
	button = KEY_PLAY
	# repeat = 1
	prog = squeezelite
#	config = \r
	config = play
end

############################
## KEY_PAUSE (0x768920df) ##
############################

begin
	remote = VRC1100
	button = KEY_PAUSE
	# repeat = 1
	prog = squeezelite
#	config = p
	config = pause
end

###########################
## KEY_NEXT (0x7689a05f) ##
###########################

begin
	remote = VRC1100
	button = KEY_NEXT
	# repeat = 1
	prog = squeezelite
#	config = >
	config = fwd
end

###############################
## KEY_PREVIOUS (0x7689c03f) ##
###############################

begin
	remote = VRC1100
	button = KEY_PREVIOUS 
	# repeat = 1
	prog = squeezelite
#	config = <
	config = rew
end

###########################
## power_on (0x76898f70) ##
###########################

############################
## power_off (0x76898778) ##
############################
