Searched refs:XKeycodeToKeysym (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/xmodmap/dist/ |
| H A D | exec.c | 86 KeySym ks = XKeycodeToKeysym (dpy, (KeyCode) i, 0); 245 ks = XKeycodeToKeysym(dpy, map->modifiermap[k], index);
|
| H A D | handle.c | 92 if (XKeycodeToKeysym(dpy, (KeyCode) i, j) == keysym) { 1261 if (XKeycodeToKeysym(dpy, (KeyCode) i, j) != opk->keysyms[j]) 1269 if (XKeycodeToKeysym(dpy, (KeyCode) i, j) != None)
|
| /xsrc/external/mit/libX11/dist/src/xkb/ |
| H A D | XKBBind.c | 96 XKeycodeToKeysym(Display *dpy, function in typeref:typename:KeySym 222 return XKeycodeToKeysym(dpy, event->keycode, col);
|
| /xsrc/external/mit/libX11/dist/man/ |
| H A D | Makefile.am | 951 XKeycodeToKeysym \
|
| H A D | Makefile.in | 1343 XKeycodeToKeysym \
|
| /xsrc/external/mit/libX11/dist/ |
| H A D | README.md | 126 * Fix off-by-one error in XKeycodeToKeysym for indexes > 3 (!78).
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/ |
| H A D | hostx.c | 1004 if ((XKeycodeToKeysym(HostX.dpy,xev.xkey.keycode,0) == XK_Shift_L 1005 || XKeycodeToKeysym(HostX.dpy,xev.xkey.keycode,0) == XK_Shift_R)
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | KeyBind.c | 57 #define XKeycodeToKeysym _XKeycodeToKeysym macro 118 XKeycodeToKeysym(Display *dpy, function in typeref:typename:KeySym
|
| /xsrc/external/mit/libX11/dist/include/X11/ |
| H A D | Xlib.h | 1683 extern KeySym XKeycodeToKeysym(
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | input.c | 2028 keysym = XKeycodeToKeysym(dpy, code, l);
|
Completed in 22 milliseconds