Lines Matching refs:keysyms
714 * The current implementation uses latin-1 keysyms.
738 KeySym *modifiers; /* modifier keysyms you want */
744 /* The current implementation use latin-1 keysyms */
779 if ((! dpy->keysyms) && (! _XKeyInitialize(dpy)))
788 syms = &dpy->keysyms[(keycode - dpy->min_keycode) * per];
824 * We just arbitrarily choose to use column 3 keysyms as the indices of
847 * Should be changed to TACTIS keysyms when they are defined by the
896 #ifdef DXK_PRIVATE /* DEC private keysyms */
963 register KeySym *kmax = dpy->keysyms +
965 register KeySym *k = dpy->keysyms;
968 return (((k - dpy->keysyms) / dpy->keysyms_per_keycode) +
1090 * Interprets two keysyms entered as hex digits and return the Thai keysym
1149 #ifdef DXK_PRIVATE /* DEC private keysyms */