?? pgpkb.h
字號:
/*
* pgpKB.h -- interface for keyboard I/O
* The implementation is in pgpKBUnix.c, pgpKBMSDOS.c,
* kbvms.c, etc.
*
* Copyright (C) 1993-1997 Network Associates Inc. and affiliated companies. All rights reserved.
*
* $Id: pgpKB.h,v 1.2 1999/03/10 02:51:57 heller Exp $
*/
#ifdef __cplusplus
extern "C" {
#endif
int kbOpenKbd(int flags, int InBatchmode);
int kbCloseKbd(int fd);
void kbCbreak(int InBatchmode), kbNorm(void);
int kbGet(void);
void kbFlush(int thorough);
#ifdef __cplusplus
}
#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -