📄 key.c
字号:
/*/////////////////////////////
FileName: Key.c
Author: guojiancheng
CreateDate: 2007/8/11
*/////////////////////////////
#include "DSP28_Device.h"
void KeyFuntion();
void KeyScan()
{
static Uint32 Key=0;
KeyFuntion(Key);
}
void KeyFuntion(Uint32 Key)
{
switch(Key)
{
case 0:
break;
default:
break;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -