?? kb.h
字號:
#ifndef _KB_H_
#define _KB_H_
extern void Key_Set_Enter(void);//
extern void Key_Next_Bit(void);//
extern void Key_Pre_Bit(void);//
extern void Key_Next_Page(void);//
extern void Key_Pre_Page(void);//
extern void Key_Num(unsigned char i);//
//extern void Key_Set(void);
//extern void Set_Loc(void);
extern void KB_Proc(void);//
extern void Key_Test(void);//
extern void Screen_Read(unsigned char m);//
#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -