Home
last modified time | relevance | path

Searched refs:XK_End (Results 1 – 13 of 13) sorted by relevance

/external/skia/src/views/unix/
DXkeysToSkKeys.h24 case XK_End: in XKeyToSkKey()
/external/libvncserver/vncterm/
DLinuxVNC.c39 else if(keySym==XK_End || keySym==XK_KP_End) in do_key()
/external/libvncserver/x11vnc/
Dlinuxfb.c340 } else if (keysym == XK_End || keysym == XK_KP_End) { in console_key_command()
Duinput.c1431 case XK_End: return KEY_END; in lookup_code()
1606 XK_End KEY_END
DmacosxCG.c847 XK_End, 119, /* End */
Dnox11_funcs.h134 if (!strcmp(s, "End")) return XK_End; in XStringToKeysym()
1495 if (k == XK_End) return "End"; in XKeysymToString()
/external/libvncserver/examples/
Dmac.c339 XK_End, 119, /* End */
/external/libvncserver/client_examples/
DSDLvncviewer.c115 case SDLK_END: k = XK_End; break; in SDL_key2rfbKeySym()
Dgtkvncviewer.c299 case GDK_End: k = XK_End; break; in gdkKey2rfbKeySym()
/external/libvncserver/x11vnc/misc/
Duinput.pl913 $key_lookup{XK_End} = $KEY_END;
Dqt_tslib_inject.pl1031 $key_lookup{XK_End} = $KEY_END;
/external/libvncserver/rfb/
Dkeysym.h178 #define XK_End 0xFF57 /* EOL */ macro
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/
Dtight-vncviewer-full.patch6186 + } else if (ks == XK_End || ks == XK_KP_End) {
6187 + if (shift_down && ks == XK_End) {