Home
last modified time | relevance | path

Searched refs:keysym (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A Dkeysym2ucs.c43 unsigned short keysym; member
832 keysym2ucs(int keysym) in keysym2ucs() argument
839 if ((keysym >= 0x0020 && keysym <= 0x007e) || in keysym2ucs()
840 (keysym >= 0x00a0 && keysym <= 0x00ff)) in keysym2ucs()
841 return keysym; in keysym2ucs()
844 if ((keysym & 0xff000000) == 0x01000000) in keysym2ucs()
845 return keysym & 0x00ffffff; in keysym2ucs()
850 if (keysymtab[mid].keysym < keysym) in keysym2ucs()
852 else if (keysymtab[mid].keysym > keysym) in keysym2ucs()
905 return reverse_keysymtab[mid].keysym; in ucs2keysym()
H A Dkeysym2ucs.h36 keysym2ucs(int keysym);
H A DquartzKeyboard.c84 KeySym keysym; member
853 k[0] = known_keys[i].keysym; in QuartzReadSystemKeymap()
/OK3568_Linux_fs/kernel/drivers/s390/char/
H A Dkeyboard.c156 unsigned short *keymap, keysym; in kbd_ascebc() local
166 keysym = keymap[j]; in kbd_ascebc()
167 if (KTYP(keysym) == (KT_LATIN | 0xf0) || in kbd_ascebc()
168 KTYP(keysym) == (KT_LETTER | 0xf0)) in kbd_ascebc()
169 ascebc[KVAL(keysym)] = k; in kbd_ascebc()
170 else if (KTYP(keysym) == (KT_DEAD | 0xf0)) in kbd_ascebc()
171 ascebc[ret_diacr[KVAL(keysym)]] = k; in kbd_ascebc()
183 unsigned short *keymap, keysym;
192 keysym = keymap[j];
194 if (KTYP(keysym) == (KT_LATIN | 0xf0) ||
[all …]
/OK3568_Linux_fs/kernel/Documentation/input/
H A Dnotifier.rst15 - KBD_UNBOUND_KEYCODE events are sent if the keycode is not bound to a keysym.
17 - KBD_UNICODE events are sent if the keycode -> keysym translation produced a
19 - KBD_KEYSYM events are sent if the keycode -> keysym translation produced a
20 non-unicode character. value is the keysym.
47 params.value = keysym;
50 apply keysym;
/OK3568_Linux_fs/buildroot/package/x11vnc/
H A D0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch92 void uinput_key_command(int down, int keysym, rfbClientPtr client) {
99 @@ -1253,7 +1268,9 @@ void uinput_key_command(int down, int keysym, rfbClientPtr client) {
100 …if (db) fprintf(stderr, "uinput_key_command: %d -> %d %s fd=%d\n", keysym, scancode, down ? "down"…
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0084-backend-vnc-add-VNC-support-using-Neat-VNC-library.patch464 + const uint32_t keysym;
608 +vnc_handle_key_event(struct nvnc_client *client, uint32_t keysym,
627 + if (keysym == XKB_KEY_Shift_L || keysym == XKB_KEY_Shift_R)
631 + if (keysym == XKB_KEY_Control_L || keysym == XKB_KEY_Control_R ||
632 + keysym == XKB_KEY_Alt_L || keysym == XKB_KEY_Alt_R)
637 + for (i = 0; key_translation[i].keysym; i++) {
638 + if (key_translation[i].keysym == keysym) {
646 + weston_log("Key not found: keysym %08x, translated %08x\n",
647 + keysym, key);
H A D0086-backend-vnc-implement-direct-key-code-handling.patch20 @@ -333,6 +333,24 @@ vnc_handle_key_event(struct nvnc_client *client, uint32_t keysym,
/OK3568_Linux_fs/buildroot/package/weston/
H A D0083-backend-vnc-add-VNC-support-using-Neat-VNC-library.patch464 + const uint32_t keysym;
608 +vnc_handle_key_event(struct nvnc_client *client, uint32_t keysym,
627 + if (keysym == XKB_KEY_Shift_L || keysym == XKB_KEY_Shift_R)
631 + if (keysym == XKB_KEY_Control_L || keysym == XKB_KEY_Control_R ||
632 + keysym == XKB_KEY_Alt_L || keysym == XKB_KEY_Alt_R)
637 + for (i = 0; key_translation[i].keysym; i++) {
638 + if (key_translation[i].keysym == keysym) {
646 + weston_log("Key not found: keysym %08x, translated %08x\n",
647 + keysym, key);
H A D0085-backend-vnc-implement-direct-key-code-handling.patch20 @@ -333,6 +333,24 @@ vnc_handle_key_event(struct nvnc_client *client, uint32_t keysym,
/OK3568_Linux_fs/kernel/drivers/tty/vt/
H A Dkeyboard.c1362 unsigned short keysym, *key_map; in kbd_keycode() local
1451 keysym = key_map[keycode]; in kbd_keycode()
1453 keysym = U(K(KT_BRL, keycode - KEY_BRL_DOT1 + 1)); in kbd_keycode()
1457 type = KTYP(keysym); in kbd_keycode()
1460 param.value = keysym; in kbd_keycode()
1465 k_unicode(vc, keysym, !down); in kbd_keycode()
1476 keysym = key_map[keycode]; in kbd_keycode()
1480 param.value = keysym; in kbd_keycode()
1489 (*k_handler[type])(vc, keysym & 0xff, !down); in kbd_keycode()
/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxevents.c618 KeySym keysym = NoSymbol; in dmxKeyCodeToKeySym() local
631 keysym = XkbKeySym(xkbi->desc, keyCode, effectiveGroup); in dmxKeyCodeToKeySym()
633 keyCode, keysym); in dmxKeyCodeToKeySym()
636 return keysym; in dmxKeyCodeToKeySym()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/fvwm/fvwm/
H A D0001-Fix-compilation-for-disabled-gnome.patch28 -mg_DEFINE_IF_NOT([#include <X11/keysym.h>],
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-lib/libx11-compose-data/
H A D0001-Drop-x11-dependencies.patch52 -AC_MSG_CHECKING([keysym definitions])
/OK3568_Linux_fs/external/xserver/hw/xquartz/pbproxy/
H A Dx-input.m38 #include <X11/keysym.h>
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/
H A Dximagesink.c1553 KeySym keysym; in gst_x_image_sink_handle_xevents() local
1580 keysym = XkbKeycodeToKeysym (ximagesink->xcontext->disp, in gst_x_image_sink_handle_xevents()
1582 if (keysym != NoSymbol) { in gst_x_image_sink_handle_xevents()
1583 key_str = XKeysymToString (keysym); in gst_x_image_sink_handle_xevents()
/OK3568_Linux_fs/kernel/drivers/accessibility/speakup/
H A Dmain.c2096 speakup_key(struct vc_data *vc, int shift_state, int keycode, u_short keysym, in speakup_key() argument
2102 u_char type = KTYP(keysym), value = KVAL(keysym), new_key = 0; in speakup_key()
/OK3568_Linux_fs/external/xserver/debian/
H A Dchangelog2931 + 44_fedora-xephyr-keysym-madness.diff (different fix applied upstream)
/OK3568_Linux_fs/external/xserver/
H A DChangeLog62403 Xi: fix comment - XI2 grabs aren't keysym grabs
62405 Comment dates back to a pre-release version of XI2 that supported keysym
90266 didn't yet know about the XF86LogWindowTree keysym. None too useful.
119889 kdrive: fix Xfake build by removing the old keysym stuff
125241 input: remove XI2 keysym grabs, use keycode grabs instead.
132594 XQuartz: Don't erase the mode_switch+keysym if it's the same as shift+keysym
153396 Don't leak the originally-allocated keysym map.
168033 kdrive/ephyr: fix keysym type confusion once and for all
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/files/
H A Dbuildhistory_filelist1.txt4899 -rw-r--r-- root root 2769 ./usr/include/X11/keysym.h
H A Dbuildhistory_filelist2.txt4900 -rw-r--r-- root root 2769 ./usr/include/X11/keysym.h