| /xsrc/external/mit/xorg-server/dist/hw/xquartz/ |
| H A D | quartzKeyboard.h | 40 #define MIN_KEYCODE XkbMinLegalKeyCode // unfortunately, this isn't 0... macro 41 #define MAX_KEYCODE NUM_KEYCODES + MIN_KEYCODE - 1
|
| H A D | quartzKeyboard.c | 232 info->modMap[MIN_KEYCODE + i] = ShiftMask; 241 info->modMap[MIN_KEYCODE + i] = ShiftMask; 246 info->modMap[MIN_KEYCODE + i] = ControlMask; 255 info->modMap[MIN_KEYCODE + i] = ControlMask; 260 info->modMap[MIN_KEYCODE + i] = LockMask; 265 info->modMap[MIN_KEYCODE + i] = Mod1Mask; 278 info->modMap[MIN_KEYCODE + i] = Mod1Mask; 288 info->modMap[MIN_KEYCODE + i] = Mod1Mask; 293 info->modMap[MIN_KEYCODE + i] = Mod2Mask; 302 info->modMap[MIN_KEYCODE [all...] |
| H A D | darwinEvents.c | 435 if (BitIsOn(pDev->key->down, i + MIN_KEYCODE)) { 436 QueueKeyboardEvents(pDev, KeyRelease, i + MIN_KEYCODE); 571 QueueKeyboardEvents(darwinKeyboard, ev_type, keycode + MIN_KEYCODE);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/ |
| H A D | quartzKeyboard.h | 41 #define MIN_KEYCODE XkbMinLegalKeyCode // unfortunately, this isn't 0... macro 42 #define MAX_KEYCODE NUM_KEYCODES + MIN_KEYCODE - 1
|
| H A D | quartzKeyboard.c | 230 info->modMap[MIN_KEYCODE + i] = ShiftMask; 239 info->modMap[MIN_KEYCODE + i] = ShiftMask; 244 info->modMap[MIN_KEYCODE + i] = ControlMask; 253 info->modMap[MIN_KEYCODE + i] = ControlMask; 258 info->modMap[MIN_KEYCODE + i] = LockMask; 263 info->modMap[MIN_KEYCODE + i] = Mod1Mask; 276 info->modMap[MIN_KEYCODE + i] = Mod1Mask; 285 info->modMap[MIN_KEYCODE + i] = Mod1Mask; 290 info->modMap[MIN_KEYCODE + i] = Mod2Mask; 299 info->modMap[MIN_KEYCODE [all...] |
| H A D | darwinEvents.c | 509 num_events = GetKeyboardEvents(darwinEvents, darwinKeyboard, ev_type, keycode + MIN_KEYCODE);
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winkeynames.h | 28 #define MIN_KEYCODE 8 macro 29 #define MAX_KEYCODE (NUM_KEYCODES + MIN_KEYCODE - 1)
|
| H A D | winkeybd.c | 505 dwKey + MIN_KEYCODE);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winkeynames.h | 28 #define MIN_KEYCODE 8 macro 29 #define MAX_KEYCODE (NUM_KEYCODES + MIN_KEYCODE - 1)
|
| H A D | winkeybd.c | 488 nevents = GetKeyboardEvents(events, g_pwinKeyboard, fDown ? KeyPress : KeyRelease, dwKey + MIN_KEYCODE);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/netbsd/x68k/ |
| H A D | x68kKbd.c | 83 #define MIN_KEYCODE 7 /* necessary to avoid the mouse buttons */ macro 176 if (KeySyms->minKeyCode < MIN_KEYCODE) { 177 KeySyms->minKeyCode += MIN_KEYCODE; 178 KeySyms->maxKeyCode += MIN_KEYCODE; 291 keycode = (fe->id & 0x7f) + MIN_KEYCODE;
|
| /xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k/ |
| H A D | x68kKbd.c | 84 #define MIN_KEYCODE 7 /* necessary to avoid the mouse buttons */ macro 230 if (KeySyms->minKeyCode < MIN_KEYCODE) { 231 KeySyms->minKeyCode += MIN_KEYCODE; 232 KeySyms->maxKeyCode += MIN_KEYCODE; 341 keycode = (fe->id & 0x7f) + MIN_KEYCODE;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/ |
| H A D | atKeynames.h | 60 #define MIN_KEYCODE 8 macro 61 #define MAX_KEYCODE (NUM_KEYCODES + MIN_KEYCODE - 1)
|
| H A D | usb-keyboard.c | 110 #define MIN_KEYCODE 8 macro 111 #define MAX_KEYCODE (NUM_KEYCODES + MIN_KEYCODE - 1) 308 keyCode = (scanCode & 0xff) + MIN_KEYCODE; 408 for (k = mapCopy, i = MIN_KEYCODE; 409 i < NUM_KEYCODES + MIN_KEYCODE; 429 pKeySyms->minKeyCode = MIN_KEYCODE;
|
| H A D | lnx-keyboard.c | 674 keyCode = (scanCode & 0x7f) + MIN_KEYCODE; 954 for (k = mapCopy, i = MIN_KEYCODE; 955 i < NUM_KEYCODES + MIN_KEYCODE; 977 pKeySyms->minKeyCode = MIN_KEYCODE;
|
| /xsrc/external/mit/xf86-input-keyboard/dist/src/ |
| H A D | atKeynames.h | 60 #define MIN_KEYCODE 8 macro 61 #define MAX_KEYCODE (NUM_KEYCODES + MIN_KEYCODE - 1)
|
| H A D | hurd_kbd.c | 103 pKeySyms->minKeyCode = MIN_KEYCODE;
|
| H A D | sun_kbdMap.c | 632 for (k = map, i = MIN_KEYCODE; 633 i < (NUM_KEYCODES + MIN_KEYCODE); 681 pKeySyms->minKeyCode = MIN_KEYCODE;
|
| H A D | bsd_KbdMap.c | 1684 for (k = map, i = MIN_KEYCODE; 1685 i < (NUM_KEYCODES + MIN_KEYCODE); 1732 pKeySyms->minKeyCode = MIN_KEYCODE;
|
| H A D | kbd.c | 473 xf86PostKeyboardEvent(device, scanCode + MIN_KEYCODE, down);
|
| H A D | ws_KbdMap.c | 414 pKeySyms->minKeyCode = MIN_KEYCODE;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/sun/ |
| H A D | sunKbd.c | 59 #define MIN_KEYCODE 7 /* necessary to avoid the mouse buttons */ macro 61 #define NUM_KEYCODES (MAX_KEYCODE - MIN_KEYCODE + 1) 631 if (workingKeySyms->minKeyCode < MIN_KEYCODE) { 632 workingKeySyms->minKeyCode += MIN_KEYCODE; 633 workingKeySyms->maxKeyCode += MIN_KEYCODE; 818 keycode = (fe->id & 0x7f) + MIN_KEYCODE;
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| H A D | spiceqxl_inputs.c | 205 * you just need to add MIN_KEYCODE, see xf86-input-keyboard/src/atKeynames 207 * xf86PostKeyboardEvent(device, scanCode + MIN_KEYCODE, down); */ 208 #define MIN_KEYCODE 8 macro 252 frag += MIN_KEYCODE;
|
| /xsrc/external/mit/xorg-server/dist/hw/sun/ |
| H A D | sunKbd.c | 59 #define MIN_KEYCODE 7 /* necessary to avoid the mouse buttons */ macro 61 #define NUM_KEYCODES (MAX_KEYCODE - MIN_KEYCODE + 1) 788 if (pPriv->keysym.minKeyCode < MIN_KEYCODE) { 789 pPriv->keysym.minKeyCode += MIN_KEYCODE; 790 pPriv->keysym.maxKeyCode += MIN_KEYCODE; 976 keycode = (fe->id & 0x7f) + MIN_KEYCODE;
|