Home | History | Annotate | Download | only in src

Lines Matching refs:keySym

141 static KeySym StringToKeySym(String, Boolean *);
526 StoreLateBindings(KeySym keysymL,
528 KeySym keysymR,
541 for (count = 0; temp[count].keysym; count++) {
563 temp[count++].keysym = keysymL;
568 temp[count++].keysym = keysymR;
572 temp[count].keysym = 0;
583 KeySym keySym;
585 keySym = StringToKeySym(name, error);
587 if (keySym != NoSymbol) {
588 StoreLateBindings(keySym, notFlag, (KeySym) NULL, FALSE, lateBindings);
858 static KeySym
861 KeySym k;
864 return (KeySym) 0;
870 return (KeySym) (XK_space + (*str - ' '));
875 return (KeySym) StrToNum(str);
885 return (KeySym) * str;
888 Syntax("Unknown keysym name: ", str);
903 * and ignores keysym lookup errors (i.e. assumes only valid keysyms)
909 register KeySym keysymL = (KeySym) value;
910 register KeySym keysymR = keysymL + 1; /* valid for supported keysyms */