Home
last modified time | relevance | path

Searched refs:skip_keycodes (Results 1 – 9 of 9) sorted by relevance

/external/libvncserver/x11vnc/
Doptions.h313 extern char *skip_keycodes;
Doptions.c402 char *skip_keycodes = NULL; variable
Dkeyboard.c1547 if (skip_keycodes != NULL) { in initialize_xkb_modtweak()
1548 char *p, *str = strdup(skip_keycodes); in initialize_xkb_modtweak()
1555 skip_keycodes, p); in initialize_xkb_modtweak()
Dremote.c2680 NONUL(skip_keycodes)); in process_remote_cmd()
2696 if (skip_keycodes) free(skip_keycodes); in process_remote_cmd()
2697 skip_keycodes = strdup(p); in process_remote_cmd()
Dx11vnc.c1533 skip_keycodes ? skip_keycodes : "null"); in print_settings()
3244 skip_keycodes = strdup(argv[++i]); in main() local
DChangeLog1052 * -skip_keycodes option for use with -xkb
DRELEASE-NOTES1533 -skip_keycodes and -add_keysyms options to fine tune stubborn
DREADME6923 -skip_keycodes 93
12413 -skip_lockkeys -noskip_lockkeys -skip_keycodes string
15616 -skip_keycodes string Ignore the comma separated list of decimal keycodes.
15623 Example: "-skip_keycodes 94,114"
17646 skip_keycodes:str enable -xkb -skip_keycodes "str".
18026 skip_keycodes sloppy_keys nosloppy_keys skip_dups
/external/libvncserver/
DChangeLog6078 …* ChangeLog, x11vnc/ChangeLog, x11vnc/x11vnc.c: x11vnc: -xkb (XKEYBOARD modtweak), -skip_keycodes