📄 config_default.h
字号:
//*********************************************************** START MISC OPTION
// background color definition
#define _BGND_COLOR_R 0x00
#define _BGND_COLOR_G 0x00
#define _BGND_COLOR_B 0x00
// OSD Border Color
#define _OSD_BORDER_COLOR (_CP_BLACK)
// Hint Style Source
#define _SOURCE_HINT_TEXT _FALSE// _TRUE// _TRUE:text _FALSE:window+text
// Menu Key Repeat Optional and Rate definition
#define _MENU_KEY_REPEAT_OPTION _FALSE// _TRUE: enable menu key repeat
#define _DELAY_MENU_REPEAT 1 //ms, for menu key repeat
// Mute misc
#define _MUTE_AUTO_DISABLE _DISABLE //enable to cancel mute state after source change
#define _MUTE_SAVE _ENABLE //enable to cancel mute state after source change
// Hint window of no signal
#define _OSD_NOSIGNAL_OPTION _TRUE//_FALSE// // _TRUE: enable to show "No Signal"
//************************************************************* END MISC OPTION
// x.hu, 20051026
// slider bar max nunber to show of each
#define _SLIDER_MAX_BRIGHTNESS 100//15
#define _SLIDER_MAX_CONTRAST 100//31
#define _SLIDER_MAX_SHARPNESS 15
#define _SLIDER_STEP_SHARPNESS 5
#define _SLIDER_MAX_SATURATION 100//62
#define _SLIDER_MAX_HUE 100//62
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -