代码搜索:NumLock

找到约 218 项符合「NumLock」的源代码

代码结果 218
www.eeworm.com/read/481522/6642170

inc keytab1.inc

db "KeyTab00" ; Keyboard table name db 1 ; LEDs on start ; bit0 - NumLED, bit1 - CapsLED, bit2 - ScrollLED ;--------------------------------------------------------------- ;-----------------------
www.eeworm.com/read/193656/5142982

numpad

xkb_types "microsoft" { type "KEYPAD" { modifiers = Shift+NumLock; map[None] = Level1; preserve[Shift] = Shift; map[NumLock] = Level2; level_name[Level1]
www.eeworm.com/read/269603/4244615

numpad

xkb_types "microsoft" { type "KEYPAD" { modifiers = Shift+NumLock; map[None] = Level1; preserve[Shift] = Shift; map[NumLock] = Level2; level_name[Level1]
www.eeworm.com/read/249482/4451353

dat funvfp232.dat

函数 NUMLOCK([lExpression]) 功能 返回或设置NUMLOCKS键状态
www.eeworm.com/read/298155/3875506

dat funvfp232.dat

函数 NUMLOCK([lExpression]) 功能 返回或设置NUMLOCKS键状态
www.eeworm.com/read/121089/6069706

h vkey.h

/* vkey.h : COW virtual keys NOTE : same as Windows except VK values are > 255 */ /***BEGIN_PUBLIC***/ #ifndef NOVIRTUALKEYCODES #define VK_MIN 0x100 #define VK_LBUTTON 0x101 #define
www.eeworm.com/read/113536/6127940

h vkey.h

/* vkey.h : COW virtual keys NOTE : same as Windows except VK values are > 255 */ /***BEGIN_PUBLIC***/ #ifndef NOVIRTUALKEYCODES #define VK_MIN 0x100 #define VK_LBUTTON 0x101 #define
www.eeworm.com/read/103192/6220678

h vkey.h

/* vkey.h : COW virtual keys NOTE : same as Windows except VK values are > 255 */ /***BEGIN_PUBLIC***/ #ifndef NOVIRTUALKEYCODES #define VK_MIN 0x100 #define VK_LBUTTON 0x101 #define
www.eeworm.com/read/101015/6262122

h vkey.h

/* vkey.h : COW virtual keys NOTE : same as Windows except VK values are > 255 */ /***BEGIN_PUBLIC***/ #ifndef NOVIRTUALKEYCODES #define VK_MIN 0x100 #define VK_LBUTTON 0x101 #define
www.eeworm.com/read/154949/5630965

c keymap.c

/* * pckeymap.c * * Mappings from IBM-PC scancodes to local key codes. */ #include "input.h" int keymap[][2] = { { 1, K_ESC }, { 2, '1' }, { 3, '2' }, { 4, '3' }, { 5, '4' }, { 6, '5' },