|
|
|
@ -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".
|
|
|
|
|
|
|
|
|
|