Searched refs:XK_Mode_switch (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
H A DquartzKeyboard.c265 *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 DquartzKeyboard.c267 *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 DXutil.h262 || ((KeySym)(keysym) == XK_Mode_switch) \
267 || ((KeySym)(keysym) == XK_Mode_switch) \
/xsrc/external/mit/xf86-input-keyboard/dist/src/
H A Dws_KbdMap.c277 [KS_Mode_switch] = XK_Mode_switch,
480 case XK_Mode_switch: /* XXX */
H A Dxf86Keymap.h160 /* 0x79 */ XK_Henkan, XK_Mode_switch, NoSymbol, NoSymbol,
H A Dsun_kbdMap.c672 case XK_Mode_switch:
H A Dbsd_KbdMap.c1724 case XK_Mode_switch:
/xsrc/external/mit/xcb-util/dist/keysyms/
H A Dkeysyms.c356 (keysym == XK_Mode_switch) ||
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
H A Dusb-keyboard.c423 case XK_Mode_switch: pModMap[i] = AltLangMask; break;
H A Dlnx-keyboard.c969 case XK_Mode_switch: pModMap[i] = AltLangMask; break;
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/linux/
H A Dkeyboard.c410 k[j] = XK_Mode_switch;
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A DxkbDflts.h221 { XK_Mode_switch, 0x0000,
/xsrc/external/mit/xorg-server/dist/xkb/
H A DxkbDflts.h222 {XK_Mode_switch, 0x0000,
/xsrc/external/mit/libXt/dist/src/
H A DTMkey.c494 if ((keysym == XK_Mode_switch) && (i > 2))
/xsrc/external/mit/libX11/dist/src/
H A DKeyBind.c198 if (sym == XK_Mode_switch)
/xsrc/external/mit/xorgproto/dist/include/X11/
H A Dkeysymdef.h274 #define XK_Mode_switch 0xff7e /* Character set switch */ macro

Completed in 26 milliseconds