keybinding -> key binding

This commit is contained in:
okan 2014-01-29 21:17:33 +00:00
parent db0b2fde5c
commit 59fe14bd2f

14
cwmrc.5
View File

@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\" .\"
.Dd $Mdocdate: December 13 2013 $ .Dd $Mdocdate: December 16 2013 $
.Dt CWMRC 5 .Dt CWMRC 5
.Os .Os
.Sh NAME .Sh NAME
@ -64,8 +64,8 @@ are both set in the WM_CLASS property and may be obtained using
.Xr xprop 1 . .Xr xprop 1 .
.Pp .Pp
.It Ic bind Ar keys command .It Ic bind Ar keys command
Cause the creation of a keybinding, or replacement of a default Cause the creation of a key binding, or replacement of a default
keybinding. key binding.
The modifier keys come first, followed by a The modifier keys come first, followed by a
.Sq - . .Sq - .
.Pp .Pp
@ -96,7 +96,7 @@ A special
.Ar command .Ar command
keyword keyword
.Dq unmap .Dq unmap
can be used to remove the named keybinding. can be used to remove the named key binding.
This can be used to remove a binding which conflicts with an This can be used to remove a binding which conflicts with an
application. application.
.Pp .Pp
@ -148,7 +148,7 @@ and
.Nm lock .Nm lock
have a special meaning. have a special meaning.
They point to the terminal and screen locking programs specified by They point to the terminal and screen locking programs specified by
keybindings. key bindings.
The defaults are The defaults are
.Xr xterm 1 .Xr xterm 1
and and
@ -258,7 +258,7 @@ ignore xwi
ignore xapm ignore xapm
ignore xclock ignore xclock
# Keybindings # Key bindings
bind CM-r label bind CM-r label
bind CS-Return "xterm -e top" bind CS-Return "xterm -e top"
bind 4-o unmap bind 4-o unmap
@ -273,7 +273,7 @@ bind MS-1 movetogroup1
bind MS-2 movetogroup2 bind MS-2 movetogroup2
bind MS-3 movetogroup3 bind MS-3 movetogroup3
# Mousebindings # Mouse bindings
mousebind M-2 window_lower mousebind M-2 window_lower
mousebind M-3 window_resize mousebind M-3 window_resize
.Ed .Ed