summaryrefslogtreecommitdiffstats
path: root/x11vnc/help.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11vnc/help.c')
-rw-r--r--x11vnc/help.c18
1 files changed, 17 insertions, 1 deletions
diff --git a/x11vnc/help.c b/x11vnc/help.c
index 0a6e1b2..9e61b0b 100644
--- a/x11vnc/help.c
+++ b/x11vnc/help.c
@@ -2683,10 +2683,26 @@ void print_help(int mode) {
" \"string\" exists, it is instead interpreted as this\n"
" form: key1-key2,key3-key4,... See <X11/keysymdef.h>\n"
" header file for a list of Keysym names, or use xev(1).\n"
+"\n"
" To map a key to a button click, use the fake Keysyms\n"
" \"Button1\", ..., etc. E.g: \"-remap Super_R-Button2\"\n"
" (useful for pasting on a laptop)\n"
"\n"
+" I use these if the machine I am viewing from does not\n"
+" have a scrollwheel or I don't like using the one it has:\n"
+"\n"
+" -remap Super_R-Button4,Menu-Button5\n"
+" -remap KP_Add-Button4,KP_Enter-Button5\n"
+"\n"
+" the former would be used on a PC, the latter on a\n"
+" MacBook. This way those little used keys can be used\n"
+" to generate bigger hops than the Up and Down arrows\n"
+" provide. One can scroll through text or web pages more\n"
+" quickly this way (especially if x11vnc scroll detection\n"
+" is active.)\n"
+"\n"
+" Use Button44, Button12, etc. for multiple clicks.\n"
+"\n"
" To disable a keysym (i.e. make it so it will not be\n"
" injected), remap it to \"NoSymbol\" or \"None\".\n"
"\n"
@@ -5432,7 +5448,7 @@ void print_license(void) {
"\n"
"x11vnc: a VNC server for X displays. %s\n"
"\n"
-"Copyright (c) 2002-2008 Karl J. Runge <runge@karlrunge.com>\n"
+"Copyright (C) 2002-2009 Karl J. Runge <runge@karlrunge.com>\n"
"All rights reserved.\n"
"\n"
;