?? kbinfo.c
字號:
/* CXL - Copyright (c) 1987-1989 by Mike Smedley - All Rights Reserved */
/* KBINFO.C - holds keyboard information record */
#include "cxldef.h"
#include "cxlkey.h"
struct _kbinfo_t _Near _Cdecl _kbinfo=
{
NULL, /* pointer to head record in key buffer */
NULL, /* pointer to head record in onkey list */
NULL, /* pointer to function to call while waiting */
0, /* inmenu flag used by menuing functions */
0 /* source of keypress 0=kb, 1=kbuf, 2=mouse */
};
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -