📄 icon.h
字号:
#include "user_init.h"
#ifdef SUPPORT_PLAYBACK_ICON
//#define OSD_ICON_PREV "\a\x00"
#define OSD_ICON_NEXT "\a\x01"
#define OSD_ICON_PLAY "\a\x02"
#define OSD_ICON_PAUSE "\a\x03"
#define OSD_ICON_STEP "\a\x04"
#define OSD_ICON_STOP "\a\x05"
#define OSD_ICON_PRE_STOP "\a\x06"
#define OSD_ICON_FB "\a\x07"
#define OSD_ICON_FF "\a\x08"
#define OSD_ICON_SB "\a\x09"
#define OSD_ICON_PREV "\a\x0a"
#ifdef NEW_STYLE_SETUP //zhaoyanhua add 3-7-14 13:16
#define OSD_ICON_SETUP_HAND "\a\x0b"
#endif
#define OSD_ICON_MIC "\a\x0c" //xyy add 2003-11-19 9:11
//#define ICON_PREV 0x00
#define ICON_NEXT 0x01
#define ICON_PLAY 0x02
#define ICON_PAUSE 0x03
#define ICON_STEP 0x04
#define ICON_STOP 0x05
#define ICON_PRE_STOP 0x06
#define ICON_BACKWARD 0x07
#define ICON_FORWARD 0x08
#define ICON_SLOW_BACKWARD 0x09
#define ICON_PREV 0x0a
#ifdef NEW_STYLE_SETUP //zhaoyanhua add
#define ICON_SETUP_HAND 0x0b
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -