diff options
author | okan | 2014-01-29 21:17:33 +0000 |
---|---|---|
committer | okan | 2014-01-29 21:17:33 +0000 |
commit | ae75349e183445d763e761c30d7e39dc49ffeb59 (patch) | |
tree | bf6b683c24239f25ccf319ee5ac36144079268aa /cwmrc.5 | |
parent | f97feb3ccf6b2eed9c7dcc0960b4872dbdaa1521 (diff) | |
download | cwm-ae75349e183445d763e761c30d7e39dc49ffeb59.tar.gz |
keybinding -> key binding
Diffstat (limited to 'cwmrc.5')
-rw-r--r-- | cwmrc.5 | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -1,4 +1,4 @@ -.\" $OpenBSD: cwmrc.5,v 1.57 2013/12/16 19:02:17 okan Exp $ +.\" $OpenBSD: cwmrc.5,v 1.58 2014/01/29 21:17:33 okan Exp $ .\" .\" Copyright (c) 2004,2005 Marius Aamodt Eriksen <marius@monkey.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: December 16 2013 $ +.Dd $Mdocdate: January 29 2014 $ .Dt CWMRC 5 .Os .Sh NAME @@ -64,8 +64,8 @@ are both set in the WM_CLASS property and may be obtained using .Xr xprop 1 . .Pp .It Ic bind Ar keys command -Cause the creation of a keybinding, or replacement of a default -keybinding. +Cause the creation of a key binding, or replacement of a default +key binding. The modifier keys come first, followed by a .Sq - . .Pp @@ -96,7 +96,7 @@ A special .Ar command keyword .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 application. .Pp @@ -148,7 +148,7 @@ and .Nm lock have a special meaning. They point to the terminal and screen locking programs specified by -keybindings. +key bindings. The defaults are .Xr xterm 1 and @@ -258,7 +258,7 @@ ignore xwi ignore xapm ignore xclock -# Keybindings +# Key bindings bind CM-r label bind CS-Return "xterm -e top" bind 4-o unmap @@ -273,7 +273,7 @@ bind MS-1 movetogroup1 bind MS-2 movetogroup2 bind MS-3 movetogroup3 -# Mousebindings +# Mouse bindings mousebind M-2 window_lower mousebind M-3 window_resize .Ed |