Searched refs:skip_keycodes (Results 1 – 9 of 9) sorted by relevance
313 extern char *skip_keycodes;
402 char *skip_keycodes = NULL; variable
1547 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()
2680 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()
1533 skip_keycodes ? skip_keycodes : "null"); in print_settings()3244 skip_keycodes = strdup(argv[++i]); in main() local
1052 * -skip_keycodes option for use with -xkb
1533 -skip_keycodes and -add_keysyms options to fine tune stubborn
6923 -skip_keycodes 9312413 -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
6078 …* ChangeLog, x11vnc/ChangeLog, x11vnc/x11vnc.c: x11vnc: -xkb (XKEYBOARD modtweak), -skip_keycodes…