! ----------------------------------------------------------------------------
! general settings

*beNiceToColormap:			false
*shadowWidth:				1
*highlightThickness:			1

*foreground:				black
*background:				lightgray
*font:					7x13bold
*justify:				left

*menu.translations:			#override \n\
	<Motion>:			highlight()


! ----------------------------------------------------------------------------
! TV Window

CableTV.tv.width:		384
CableTV.tv.height:		288
CableTV.winGravity:		Static
CableTV.translations:		#override			\n\
	<Message>WM_PROTOCOLS:	CloseMain()

CableTV.tv.background:		black
CableTV.tv.translations:	#override			\n\
	<Btn1Up>:		Channel()			\n\
	<Btn2Up>:		SetChannel(next)		\n\
	<Btn3Up>:		FullScreen()			\n\
	<Btn4Up>:		SetChannel(next)		\n\
	<Btn5Up>:		SetChannel(prev)		\n\
	<Key>Escape:		CloseMain()			\n\
								\
	<Key>KP_Add:		Volume(inc)			\n\
	<Key>KP_Subtract:	Volume(dec)			\n\
	<Key>KP_Enter:		Volume(mute)			\n\
	<Key>M:			Pointer()			\n\
	<Key>F:			FullScreen()			\n\
	<Key>I:			ShowFPS()			\n\
	Ctrl<Key>Up:		Tune(next)			\n\
	Ctrl<Key>Down:		Tune(prev)			\n\
	Ctrl<Key>Left:		Tune(fine_down)			\n\
	Ctrl<Key>Right:		Tune(fine_up)			\n\
	<Key>Up:		VerticalTotalUp()		\n\
	<Key>Down:		VerticalTotalDown()		\n\
	<Key>Left:		PllFrequencyDown()		\n\
	<Key>Right:		PllFrequencyUp()		\n\
	<Key>Page_Up:		SetChannel(next)		\n\
	<Key>Page_Down:		SetChannel(prev)		\n\
	<Key>L:			Locking()			\n\
	<Key>T:			TestRegister()			\n\
	<Key>A:			AdjustLumaLevel()		\n\
	<Key>P:			InvertPolarity()		\n\
	<Key>C:			InvertChroma()			\n\
	<Key>F1:		BrightnessDown()		\n\
	<Key>F2:		BrightnessUp()			\n\
	<Key>F3:		ContrastDown()			\n\
	<Key>F4:		ContrastUp()			\n\
	<Key>F5:		SaturationDown()		\n\
	<Key>F6:		SaturationUp()			\n\
	<Key>V:			VersionInfo()			\n\

! ----------------------------------------------------------------------------
! Onscreen window

CableTV.onscreen.allowShellResize:        true
CableTV.onscreen.label.resize:            true

CableTV.onscreen*background:              black
CableTV.onscreen*borderColor:             black
CableTV.onscreen*foreground:              lightgreen
CableTV.onscreen*shadowWidth:             0
CableTV.onscreen.label.justify:           left
CableTV.onscreen.label.font:              -*-fixed-medium-r-normal-*-15-*

