aboutsummaryrefslogtreecommitdiff
path: root/man/man1/9term.1
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2017-07-15 20:23:49 -0600
committerRuss Cox <rsc@swtch.com>2017-07-16 02:24:45 +0000
commit35abfa1b39e7f1c46332db435fe775baa9611313 (patch)
tree74bc1d2ac979a5f2124dbc6048579b09e5e52203 /man/man1/9term.1
parentb15fd97627767291628309677c40b3f40b868497 (diff)
downloadplan9port-35abfa1b39e7f1c46332db435fe775baa9611313.tar.gz
plan9port-35abfa1b39e7f1c46332db435fe775baa9611313.tar.bz2
plan9port-35abfa1b39e7f1c46332db435fe775baa9611313.zip
man1: document mouse keystrokes in acme, sam, 9term
Change-Id: Id99ce9a143a21009d93a1c6ba2d1f84a3588649f Reviewed-on: https://plan9port-review.googlesource.com/2942 Reviewed-by: Russ Cox <rsc@swtch.com>
Diffstat (limited to 'man/man1/9term.1')
-rw-r--r--man/man1/9term.111
1 files changed, 11 insertions, 0 deletions
diff --git a/man/man1/9term.1 b/man/man1/9term.1
index acff6fe9..e0e5aad7 100644
--- a/man/man1/9term.1
+++ b/man/man1/9term.1
@@ -285,6 +285,17 @@ containing the selection (typing cursor).
A typical use of this feature is to tell the editor to find the source of an error
by plumbing the file and line information in a compiler's diagnostic.
.PP
+For systems without a three-button mouse, the keyboard modifier
+keys can be used to modify the effect of the main mouse button.
+On Unix systems, the Control key changes the main button to button 2,
+and the Alt key changes it to button 3.
+On Mac systems, the Option key changes the main button to button 2,
+and the Command key changes it to button 3.
+Also on Mac systems, the usual keyboard shortcuts
+Command-C, -V, and -X invoke
+copy, paste, and cut,
+as in other programs.
+.PP
Each
.I 9term
listens for connections on a Unix socket.