From 128ee3ec4ebe6dce7d002c33c932c76183c0fa76 Mon Sep 17 00:00:00 2001 From: runge Date: Mon, 16 Mar 2009 11:09:53 -0400 Subject: Add some -remap tricks. Limit rfbCFD message count. --- x11vnc/help.c | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'x11vnc/help.c') 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 \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 \n" +"Copyright (C) 2002-2009 Karl J. Runge \n" "All rights reserved.\n" "\n" ; -- cgit v1.2.3