diff options
Diffstat (limited to 'x11vnc/help.c')
-rw-r--r-- | x11vnc/help.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11vnc/help.c b/x11vnc/help.c index ea75593..48e19ca 100644 --- a/x11vnc/help.c +++ b/x11vnc/help.c @@ -2573,7 +2573,7 @@ void print_help(int mode) { " possible workaround.\n" "\n" "-skip_lockkeys Have x11vnc ignore all Caps_Lock, Shift_Lock, Num_Lock,\n" -" Scroll_Lock keysyms received from viewers. The idea is\n" +"-noskip_lockkeys Scroll_Lock keysyms received from viewers. The idea is\n" " you press Caps_Lock on the VNC Viewer side but that does\n" " not change the lock state in the x11vnc-side X server.\n" " Nevertheless your capitalized letters come in over\n" @@ -2582,6 +2582,7 @@ void print_help(int mode) { " want in -nomodtweak mode. Also, a kludge for KP_n\n" " digits is always done it this mode: they are mapped to\n" " regular digit keysyms. See also -capslock above.\n" +" The default is -noskip_lockkeys.\n" "\n" "-skip_keycodes string Ignore the comma separated list of decimal keycodes.\n" " Perhaps these are keycodes not on your keyboard but\n" |