Lines Matching refs:keysyms
53 * at once, and to preserve the context in which we are looking up keysyms.
347 * where number is in decimal, hex, or octal. Any number of keysyms may be
396 * The left keysyms has to be checked for validity and evaluated.
476 opk->keysyms = kslist;
587 opam->keysyms = kslist;
613 opam->keysyms = malloc (sizeof (KeySym));
614 if (!opam->keysyms) {
619 opam->keysyms[0] = keysym;
685 * unlike the add command, we have to now evaluate the keysyms
951 * get_keysym_list - parses the rest of the line into a keysyms assumes
1033 * check_special_keys - run through list of keysyms and generate "add" or
1071 * now, check to see if any of the keysyms map to keycodes
1122 char *name = XKeysymToString (op->keycode.keysyms[i]);
1131 char *name = XKeysymToString (op->addmodifier.keysyms[i]);
1261 if (XKeycodeToKeysym(dpy, (KeyCode) i, j) != opk->keysyms[j])
1280 XChangeKeyboardMapping (dpy, free, opk->count, opk->keysyms, 1);
1287 opk->keysyms, 1);
1303 kcs = KeysymToKeycodes (dpy, opam->keysyms[i], &num_kcs);