diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-07-05 19:43:48 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-07-05 19:43:48 +0200 |
commit | cd65a865ddd534287b3d81cdfb39433b5904c258 (patch) | |
tree | 5837e87195596cf69c9ef6f0f013a0681b55947a | |
parent | b76142bfef85987db05e2cf8a59939cd690960c5 (diff) | |
download | plan9front-cd65a865ddd534287b3d81cdfb39433b5904c258.tar.xz |
vnc(1): remove obsolete section about keyboard events (9front has /dev/kbd)
-rw-r--r-- | sys/man/1/vnc | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/sys/man/1/vnc b/sys/man/1/vnc index 49cbe0eb5..fbf1f5373 100644 --- a/sys/man/1/vnc +++ b/sys/man/1/vnc @@ -194,41 +194,6 @@ start TLS on the connection. .B -v print verbose output to standard error. .PD -.PP -The VNC protocol represents keyboard input as -key up/down events. -Plan 9 does not expose the state of the -Ctl and Shift keys except as it can be inferred -from receipt of control or shifted characters. -It does not expose the state of the Alt key at all, -since the Alt key is used to compose Unicode characters -(see -.IR keyboard (6)). -.I Vncv -correctly handles the sending of control and shifted -characters. -To support systems that use key sequences like Alt-X -(or worse, Alt-mouse-click), typing the Plan 9 compose -sequences -.B Alt -.B Z -.B A -(for Alt), -.B Alt -.B Z -.B C -(for Ctrl), -and -.B Alt -.B Z -.B S -(for Shift) -will send a ``key down'' message for -the given key. -A corresponding ``key up'' message -will be sent after the next key is pressed, -or when the sequence is retyped, -whichever happens first. .SH SOURCE .B /sys/src/cmd/vnc .SH "SEE ALSO |