diff options
author | todd | 2007-11-13 23:08:49 +0000 |
---|---|---|
committer | todd | 2007-11-13 23:08:49 +0000 |
commit | c641c916398e9b9368c59ef7052d88ba40c9ee5f (patch) | |
tree | 8b607e6be0124c9acdefd527afd0a5eab66616fb /cwm.1 | |
parent | f53c46c25991a5bc2b29f1a3a2469e1e1b446a4d (diff) | |
download | cwm-c641c916398e9b9368c59ef7052d88ba40c9ee5f.tar.gz |
enable pointer movement in cwm via C-<arrowkeys>
looked over by oga@
Diffstat (limited to '')
-rw-r--r-- | cwm.1 | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,4 +1,4 @@ -.\" $OpenBSD: cwm.1,v 1.13 2007/11/08 13:03:22 oga Exp $ +.\" $OpenBSD: cwm.1,v 1.14 2007/11/13 23:08:49 todd Exp $ .\" .\" The following requests are required for all man pages. .Dd June 29, 2007 @@ -132,6 +132,14 @@ Set sticky group mode on. The default behavior for new windows is to not assign any group. This changes the default behavior to assigning the currrently selected group to any newly created windows. +.Pp +.Sh POINTER MOVEMENT +The pointer can be moved with the use of the keyboard through bindings. +C-[UP|DOWN|LEFT|RIGHT] moves the pointer a small amount, while +C-shift-[UP|DOWN|LEFT|RIGHT] moves the current window a larger amount. +For example, to move the pointer to the left by a small amount, +press C-LEFT. +To move the pointer down by a larger amount, press C-shift-DOWN. .El .Sh WINDOW MOVEMENT AND RESIZING .Nm |