代码搜索:Keypad
找到约 2,241 项符合「Keypad」的源代码
代码结果 2,241
www.eeworm.com/read/163402/10162750
keypad
Below is a diagram of the keypad and what maps to the keys used by aee.
+------+------+------+------+
|f1 |f2 |f3 |f4 |
| | | | |
| | | | |
+----
www.eeworm.com/read/228904/7068264
keypad
www.eeworm.com/read/297480/8014668
keypad
www.eeworm.com/read/221363/14743675
keypad
www.eeworm.com/read/193656/5142909
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
www.eeworm.com/read/193656/5142996
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"
www.eeworm.com/read/269603/4244542
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
www.eeworm.com/read/269603/4244629
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"
www.eeworm.com/read/291725/8401901
h 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
www.eeworm.com/read/291725/8402058
c 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