shithub: riscv

Download patch

ref: cd65a865ddd534287b3d81cdfb39433b5904c258
parent: b76142bfef85987db05e2cf8a59939cd690960c5
author: cinap_lenrek <[email protected]>
date: Fri Jul 5 15:43:48 EDT 2013

vnc(1): remove obsolete section about keyboard events (9front has /dev/kbd)

--- a/sys/man/1/vnc
+++ b/sys/man/1/vnc
@@ -194,41 +194,6 @@
 .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