Home | History | Annotate | Download | only in input

Lines Matching refs:keySym

221 static KeySym linux_to_x[256] = {
666 KeySym keySym = NoSymbol;
684 keySym = XkbKeySym(xkbi->desc, scanCode, effectiveGroup);
686 switch (keySym) {
692 if (kbdLinuxModIgnore(priv, &xE, keySym)) return;
711 enqueue(pDev, KeyRelease, keyCode, keySym, NULL, block);
721 switching = checkspecial(pDev, keySym);
724 enqueue(pDev, type, keyCode, keySym, NULL, block);
786 KeySym *k;
936 KeySym *k, *mapCopy;