summaryrefslogtreecommitdiffstats
path: root/x11vnc/README
diff options
context:
space:
mode:
authorrunge <runge@karlrunge.com>2009-03-16 11:09:53 -0400
committerrunge <runge@karlrunge.com>2009-03-16 11:09:53 -0400
commit128ee3ec4ebe6dce7d002c33c932c76183c0fa76 (patch)
tree790e9262aa1376aaf18a1895dc1a1a602cd5465f /x11vnc/README
parent9ae2e8391de9f2e37193c321cc67d526c3ff919f (diff)
downloadlibtdevnc-128ee3ec4ebe6dce7d002c33c932c76183c0fa76.tar.gz
libtdevnc-128ee3ec4ebe6dce7d002c33c932c76183c0fa76.zip
Add some -remap tricks. Limit rfbCFD message count.
Diffstat (limited to 'x11vnc/README')
-rw-r--r--x11vnc/README22
1 files changed, 19 insertions, 3 deletions
diff --git a/x11vnc/README b/x11vnc/README
index e446ec2..0ba8bb1 100644
--- a/x11vnc/README
+++ b/x11vnc/README
@@ -2,7 +2,7 @@
Copyright (C) 2002-2009 Karl J. Runge <runge@karlrunge.com>
All rights reserved.
-x11vnc README file Date: Sat Mar 14 21:57:32 EDT 2009
+x11vnc README file Date: Sun Mar 15 18:06:19 EDT 2009
The following information is taken from these URLs:
@@ -12500,7 +12500,7 @@ x11vnc: a VNC server for real X displays
Here are all of x11vnc command line options:
% x11vnc -opts (see below for -help long descriptions)
-x11vnc: allow VNC connections to real X11 displays. 0.9.7 lastmod: 2009-03-14
+x11vnc: allow VNC connections to real X11 displays. 0.9.7 lastmod: 2009-03-15
x11vnc options:
-display disp -auth file -N
@@ -12625,7 +12625,7 @@ libvncserver-tight-extension options:
% x11vnc -help
-x11vnc: allow VNC connections to real X11 displays. 0.9.7 lastmod: 2009-03-14
+x11vnc: allow VNC connections to real X11 displays. 0.9.7 lastmod: 2009-03-15
(type "x11vnc -opts" to just list the options.)
@@ -15251,10 +15251,26 @@ t
"string" exists, it is instead interpreted as this
form: key1-key2,key3-key4,... See <X11/keysymdef.h>
header file for a list of Keysym names, or use xev(1).
+
To map a key to a button click, use the fake Keysyms
"Button1", ..., etc. E.g: "-remap Super_R-Button2"
(useful for pasting on a laptop)
+ I use these if the machine I am viewing from does not
+ have a scrollwheel or I don't like using the one it has:
+
+ -remap Super_R-Button4,Menu-Button5
+ -remap KP_Add-Button4,KP_Enter-Button5
+
+ the former would be used on a PC, the latter on a
+ MacBook. This way those little used keys can be used
+ to generate bigger hops than the Up and Down arrows
+ provide. One can scroll through text or web pages more
+ quickly this way (especially if x11vnc scroll detection
+ is active.)
+
+ Use Button44, Button12, etc. for multiple clicks.
+
To disable a keysym (i.e. make it so it will not be
injected), remap it to "NoSymbol" or "None".