diff options
author | okan | 2013-11-27 16:24:17 +0000 |
---|---|---|
committer | okan | 2013-11-27 16:24:17 +0000 |
commit | eb44ceb50fa5b47b78cb98794a8c9f6b424aa000 (patch) | |
tree | af260d356704a4eca9506583c2c83ea972362878 /cwmrc.5 | |
parent | fad4280d9453e32b642ed4aca146a524e6bb1458 (diff) | |
download | cwm-eb44ceb50fa5b47b78cb98794a8c9f6b424aa000.tar.gz |
Remove the option to bind a key by keycode with brackets; it never
worked (and no one complained!). While it's fairly easy to fix, users
should be using keysym names and not keycodes.
Discussed at length months ago with todd@, matthieu@ and Owain.
Diffstat (limited to 'cwmrc.5')
-rw-r--r-- | cwmrc.5 | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -1,4 +1,4 @@ -.\" $OpenBSD: cwmrc.5,v 1.54 2013/07/08 18:39:20 okan Exp $ +.\" $OpenBSD: cwmrc.5,v 1.55 2013/11/27 16:24:17 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: July 8 2013 $ +.Dd $Mdocdate: November 27 2013 $ .Dt CWMRC 5 .Os .Sh NAME @@ -84,10 +84,8 @@ The Mod4 key (normally the windows key). .Pp The .Sq - -should be followed by either a keysym name, taken from -.Pa /usr/X11R6/include/X11/keysymdef.h , -or a numerical keycode value enclosed in -.Dq [] . +should be followed by a keysym name, taken from +.Pa /usr/X11R6/include/X11/keysymdef.h . The .Ar command may either be one from the |