代码搜索结果
找到约 2,241 项符合
Keypad 的代码
keypad
Below is a diagram of the keypad and what maps to the keys used by aee.
+------+------+------+------+
|f1 |f2 |f3 |f4 |
| | | | |
| | | | |
+----
keypad
// $XKeyboardConfig: xkbdesc/symbols/keypad,v 1.2 2004/09/14 19:14:36 svu Exp $
// $Xorg: keypad,v 1.3 2000/08/17 19:54:43 cpqbld Exp $
partial hidden keypad_keys
xkb_symbols "overlay" {
include
keypad
// $Xorg: keypad,v 1.3 2000/08/17 19:54:34 cpqbld Exp $
// Interpretations needed to implement the numeric keypad
// as an overlay instead of a modifier.
partial hidden xkb_compatibility "overlay"
keypad
// $XKeyboardConfig: xkbdesc/symbols/keypad,v 1.2 2004/09/14 19:14:36 svu Exp $
// $Xorg: keypad,v 1.3 2000/08/17 19:54:43 cpqbld Exp $
partial hidden keypad_keys
xkb_symbols "overlay" {
include
keypad
// $Xorg: keypad,v 1.3 2000/08/17 19:54:34 cpqbld Exp $
// Interpretations needed to implement the numeric keypad
// as an overlay instead of a modifier.
partial hidden xkb_compatibility "overlay"
keypad.h
#ifndef _KEYPAD_H_
#define _KEYPAD_H_
#ifdef _KEYPAD_C_
#define _KEYPADDEC_
#else
#define _KEYPADDEC_ extern
#endif
#define INPUT_PRESS _BIT0
#define INPUT_HOLD _BIT
keypad.c
#define _KEYPAD_C_
#include
#include "types.h"
#include "board.h"
#include "ms_reg.h"
#include "global.h"
#include "keypaddef.h"
#include "DEBUG.h"
#include "misc.h"
#include "ms_r