Searched refs:keysym (Results 1 - 9 of 9) sorted by relevance

/solaris-x11-s11/open-src/driver/xf86-input-hotkey/sun-src/
H A Dhotkey.c54 KeySym keysym; member in struct:__anon115
75 KeySym keysym = 0; local
80 keysym = sub_to_keysym_table[i].keysym;
87 buf = keysym - HOTKEY_KEYSYM_ROOT;
177 KeySym keysym = NoSymbol; local
184 keysym = buf + HOTKEY_KEYSYM_ROOT;
200 == keysym) {
207 xf86MsgVerb(X_WARNING, 0, "Hotkey keysym %x not mapped\n", (int) keysym);
[all...]
/solaris-x11-s11/open-src/app/dispswitch/sun-src/
H A Ddispswitch.c1516 grab_key (Display *dpy, int keysym, unsigned int modifier, argument
1520 int keycode = XKeysymToKeycode(dpy, keysym);
1523 fatal ("grab_key: keycode not defined for keysym 0x%x\n", keysym);
1805 int keysym = 0, toggle = False, listen = False; local
1819 if ((keysym = XStringToKeysym(argv[i])) == NoSymbol) {
1820 fprintf(stderr, "invalid keysym: -key %s\n", argv[i]);
1945 keysym = XStringToKeysym ("F5");
1950 cur_keycode = grab_key (dpy, keysym, modifier, root);
1987 cur_keycode = grab_key (dpy, keysym, modifie
[all...]
/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dtsolinfo.h40 #include <X11/keysym.h>
H A Dtsolutils.c45 #include <X11/keysym.h>
433 * Converts keycode to keysym, helper function.
469 * Converts keysym to a keycode
487 * converts a keysym to modifier equivalent mask
/solaris-x11-s11/open-src/app/accessx/sun-src/
H A DAccessXcomm.c69 #include <X11/keysym.h>
/solaris-x11-s11/open-src/app/xcolor/sun-src/
H A Dxcolor.c37 #include <X11/keysym.h>
/solaris-x11-s11/open-src/app/installalias/sun-src/
H A Dinstallalias.c65 #include <X11/keysym.h>
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextAction.c1536 KeySym keysym; local
1541 (wchar_t*) strbuf, BUFSIZ, &keysym, (Status*) &compose_status);
1543 text.length = XLookupString ((XKeyEvent*)event, strbuf, BUFSIZ, &keysym, &compose_status);
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1TextAction.c963 KeySym keysym; local
967 &keysym, &compose_status)) == 0) {

Completed in 33 milliseconds