Searched refs:XK_Mode_switch (Results 1 - 16 of 16) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/ |
| H A D | quartzKeyboard.c | 265 *k = XK_Mode_switch; // Yes, this is ugly. This needs to be cleaned up when we integrate quartzKeyboard with this code and refactor. 275 *k = XK_Mode_switch; // Yes, this is ugly. This needs to be cleaned up when we integrate quartzKeyboard with this code and refactor. 279 case XK_Mode_switch: 280 ErrorF("DarwinBuildModifierMaps: XK_Mode_switch encountered, unable to determine side.\n");
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/ |
| H A D | quartzKeyboard.c | 267 *k = XK_Mode_switch; // Yes, this is ugly. This needs to be cleaned up when we integrate quartzKeyboard with this code and refactor. 277 *k = XK_Mode_switch; // Yes, this is ugly. This needs to be cleaned up when we integrate quartzKeyboard with this code and refactor. 281 case XK_Mode_switch: 283 "DarwinBuildModifierMaps: XK_Mode_switch encountered, unable to determine side.\n");
|
| /xsrc/external/mit/libX11/dist/include/X11/ |
| H A D | Xutil.h | 262 || ((KeySym)(keysym) == XK_Mode_switch) \ 267 || ((KeySym)(keysym) == XK_Mode_switch) \
|
| /xsrc/external/mit/xf86-input-keyboard/dist/src/ |
| H A D | ws_KbdMap.c | 277 [KS_Mode_switch] = XK_Mode_switch, 480 case XK_Mode_switch: /* XXX */
|
| H A D | xf86Keymap.h | 160 /* 0x79 */ XK_Henkan, XK_Mode_switch, NoSymbol, NoSymbol,
|
| H A D | sun_kbdMap.c | 672 case XK_Mode_switch:
|
| H A D | bsd_KbdMap.c | 1724 case XK_Mode_switch:
|
| /xsrc/external/mit/xcb-util/dist/keysyms/ |
| H A D | keysyms.c | 356 (keysym == XK_Mode_switch) ||
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/ |
| H A D | usb-keyboard.c | 423 case XK_Mode_switch: pModMap[i] = AltLangMask; break;
|
| H A D | lnx-keyboard.c | 969 case XK_Mode_switch: pModMap[i] = AltLangMask; break;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/linux/ |
| H A D | keyboard.c | 410 k[j] = XK_Mode_switch;
|
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| H A D | xkbDflts.h | 221 { XK_Mode_switch, 0x0000,
|
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| H A D | xkbDflts.h | 222 {XK_Mode_switch, 0x0000,
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | TMkey.c | 494 if ((keysym == XK_Mode_switch) && (i > 2))
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | KeyBind.c | 198 if (sym == XK_Mode_switch)
|
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| H A D | keysymdef.h | 274 #define XK_Mode_switch 0xff7e /* Character set switch */ macro
|
Completed in 26 milliseconds