📄 kbdif.h
字号:
/*
* Start of Zoran Standard Header
* Copyright (c) 2005 Zoran Corporation
*
*
* All rights reserved. Proprietary and confidential.
*
* DESCRIPTION for kbdif.h
* Low-level keyboard interface for the combination user interface
* (Combo UI) board.
*
* NEW HISTORY COMMENT (description must be followed by a blank line)
* <Enter change description here>
* ===== HISTORY of changes in //depot/imgeng/sw/se_gw/ui/fs/comboui/kbdif.h
*
* 16/Aug/05 #1 dstrauss Created.
*
*
* End of Zoran Standard Header
*/
#ifndef _KBDIF_H_
#define _KBDIF_H_
/* key codes. */
#define KEY_IS_DOWN 0x8000
#define KEY_COPIES 0x00
#define KEY_PAPERTYPE 0x01
#define KEY_COLORSCAN 0x02
#define KEY_MONOSCAN 0x03
#define KEY_UP 0x04
#define KEY_PROG1 0x05
#define KEY_SCALE 0x08
#define KEY_QUALITY 0x09
#define KEY_COLORCOPY 0x0a
#define KEY_MONOCOPY 0x0b
#define KEY_MENU 0x0c
#define KEY_CANCEL 0x0d
#define KEY_BRIGHTNESS 0x10
#define KEY_MODE 0x11
#define KEY_COLORFAX 0x12
#define KEY_MONOFAX 0x13
#define KEY_SELECT 0x14
#define KEY_LEFT 0x18
#define KEY_RES 0x19
#define KEY_COLORPHOTO 0x1a
#define KEY_MONOPHOTO 0x1b
#define KEY_RIGHT 0x1c
#define KEY_ONE 0x20
#define KEY_FOUR 0x21
#define KEY_SEVEN 0x22
#define KEY_DOT 0x23
#define KEY_DOWN 0x24
#define KEY_TWO 0x28
#define KEY_FIVE 0x29
#define KEY_EIGHT 0x2a
#define KEY_ZERO 0x2b
#define KEY_PROG4 0x2c
#define KEY_THREE 0x30
#define KEY_SIX 0x31
#define KEY_NINE 0x32
#define KEY_HASH 0x33
#define KEY_PROG3 0x34
#define KEY_SPEED4 0x38
#define KEY_SPEED3 0x39
#define KEY_SPEED2 0x3a
#define KEY_SPEED1 0x3b
#define KEY_PROG2 0x3c
#define KEY_COLORLCD 0x06
/* Key handler routine type */
typedef void (*KBDIFKeyHandler)(Uint32 keycode);
API_RET KBDIFRegisterKeyHandler(KBDIFKeyHandler handler);
extern void KBDIFinit(void);
#endif /* _KBDIF_H_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -