Searched refs:left_shift_code (Results 1 – 1 of 1) sorted by relevance
/external/libvncserver/x11vnc/ |
D | keyboard.c | 2361 static KeyCode left_shift_code, right_shift_code, altgr_code, iso_level3_code; variable 2587 left_shift_code = XKeysymToKeycode(dpy, XK_Shift_L); in initialize_modtweak() 2631 XTestFakeKeyEvent_wr(dpy, left_shift_code, !dn, CurrentTime); in tweak_mod() 2638 XTestFakeKeyEvent_wr(dpy, left_shift_code, dn, CurrentTime); in tweak_mod()
|