diff options
author | oga | 2008-06-17 23:40:33 +0000 |
---|---|---|
committer | oga | 2008-06-17 23:40:33 +0000 |
commit | e81c12ba73d4e86fe08110f8fa1fabc02745626c (patch) | |
tree | 8bf597fd72b6543daa7684421bf7f177599387e5 /cwmrc.5 | |
parent | d8992dea78215e8b6fd889297b028280fd28922d (diff) | |
download | cwm-e81c12ba73d4e86fe08110f8fa1fabc02745626c.tar.gz |
Ignore caps lock and numlock for keyboard bindings. The way Xlib makes
you do this is ugly. Also remove mod2 (numlock) and mod3 (odd) from the
list of keybinding modifiers. They don't make much sense here.
based on a heavily modified diff from Martynas.
ok okan.
Diffstat (limited to '')
-rw-r--r-- | cwmrc.5 | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -1,4 +1,4 @@ -.\" $OpenBSD: cwmrc.5,v 1.9 2008/06/14 21:48:54 okan Exp $ +.\" $OpenBSD: cwmrc.5,v 1.10 2008/06/17 23:40:33 oga Exp $ .\" .\" Copyright (c) 2004,2005 Marius Aamodt Eriksen <marius@monkey.org> .\" @@ -15,7 +15,7 @@ .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" .\" The following requests are required for all man pages. -.Dd $Mdocdate: June 14 2008 $ +.Dd $Mdocdate: June 17 2008 $ .Dt CWMRC 5 .Os .Sh NAME @@ -57,10 +57,6 @@ The Control key. The Meta key. .It S The Shift key. -.It 2 -The Mod2 key. -.It 3 -The Mod3 key. .It 4 The Mod4 key (normally the windows key). .El |