?? biosfunc.h
字號:
typedef void (*Bios_func_t)(void);
typedef struct {
Bios_func_t func;
char *pShellMenu; //shell模式下顯示的菜單字符串
char MenuAcc; //shell模式下菜單快捷鍵 ,大小寫不敏感
char *pCommand; //命令行模式下的命令
char *pHelp; //命令行模式下的幫助
}Bios_function;
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -