Home
last modified time | relevance | path

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

/dports/net/x11vnc/x11vnc-0.9.16/src/
H A Doptions.h313 extern char *skip_keycodes;
H A Doptions.c404 char *skip_keycodes = NULL; variable
H A Dkeyboard.c1549 if (skip_keycodes != NULL) { in initialize_xkb_modtweak()
1550 char *p, *str = strdup(skip_keycodes); in initialize_xkb_modtweak()
1557 skip_keycodes, p); in initialize_xkb_modtweak()
H A Dremote.c2681 NONUL(skip_keycodes)); in process_remote_cmd()
2697 if (skip_keycodes) free(skip_keycodes); in process_remote_cmd()
2698 skip_keycodes = strdup(p); in process_remote_cmd()
H A Dx11vnc.c1538 skip_keycodes ? skip_keycodes : "null"); in print_settings()
3253 skip_keycodes = strdup(argv[++i]); in main() local
/dports/net/x11vnc/x11vnc-0.9.16/
H A DChangeLog1052 * -skip_keycodes option for use with -xkb
H A DNEWS1588 -skip_keycodes and -add_keysyms options to fine tune stubborn
H A DREADME6977 -skip_keycodes 93
12467 -skip_lockkeys -noskip_lockkeys -skip_keycodes string
15670 -skip_keycodes string Ignore the comma separated list of decimal keycodes.
15677 Example: "-skip_keycodes 94,114"
17700 skip_keycodes:str enable -xkb -skip_keycodes "str".
18080 skip_keycodes sloppy_keys nosloppy_keys skip_dups
/dports/net/libvncserver/libvncserver-LibVNCServer-0.9.13/
H A DChangeLog10116 …* ChangeLog, x11vnc/ChangeLog, x11vnc/x11vnc.c: x11vnc: -xkb (XKEYBOARD modtweak), -skip_keycodes