diff options
author | David Coppa <dcoppa@cvs.openbsd.org> | 2012-07-06 08:41:30 +0000 |
---|---|---|
committer | David Coppa <dcoppa@cvs.openbsd.org> | 2012-07-06 08:41:30 +0000 |
commit | 4bab8a2d804d192dd94c6ffe752b092f05797af9 (patch) | |
tree | 249b999e0719508a415c0a75237dff78b53072ef | |
parent | 18a3a343ac8e3f9d69fb76331999cb722757012b (diff) |
Add a couple examples of keybindings using keysyms, as discussed
with okan@ and sthen@.
OK okan@, sthen@
-rw-r--r-- | app/cwm/cwmrc.5 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/app/cwm/cwmrc.5 b/app/cwm/cwmrc.5 index 339f97e69..76e168d7a 100644 --- a/app/cwm/cwmrc.5 +++ b/app/cwm/cwmrc.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cwmrc.5,v 1.42 2011/11/06 02:03:47 okan Exp $ +.\" $OpenBSD: cwmrc.5,v 1.43 2012/07/06 08:41:29 dcoppa 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: November 6 2011 $ +.Dd $Mdocdate: July 6 2012 $ .Dt CWMRC 5 .Os .Sh NAME @@ -244,6 +244,10 @@ ignore xclock bind CM-r label bind CS-Return "xterm -e top" bind 4-o unmap +bind CM-equal unmap +bind CMS-equal unmap +bind C4-equal vmaximize +bind C4S-equal hmaximize bind M-1 grouponly1 bind M-2 grouponly2 bind M-3 grouponly3 |