diff options
author | runge <runge> | 2009-02-22 01:52:18 +0000 |
---|---|---|
committer | runge <runge> | 2009-02-22 01:52:18 +0000 |
commit | d400112c89cc70eb0a8b3d4c4785b8dc7c8fe658 (patch) | |
tree | 19380cd6902aa0335ce642c53db0c7095d039f07 /x11vnc/help.c | |
parent | e59f78c5eaae3d7d0f98db064df0c85b1da1c7b9 (diff) | |
download | libtdevnc-d400112c89cc70eb0a8b3d4c4785b8dc7c8fe658.tar.gz libtdevnc-d400112c89cc70eb0a8b3d4c4785b8dc7c8fe658.zip |
add -noskip_lockkeys option for future use.
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" |