diff options
author | okan <okan> | 2013-11-27 16:24:17 +0000 |
---|---|---|
committer | okan <okan> | 2013-11-27 16:24:17 +0000 |
commit | abf52049b9e93e026c9299f65f326b975fd2f2cc (patch) | |
tree | 0215ae8c3bb9d0a994bd78d435e94fd888f25506 /cwmrc.5 | |
parent | 250f98bf1552ebbff28ff4d9c7b853687065d476 (diff) | |
download | cwm-abf52049b9e93e026c9299f65f326b975fd2f2cc.tar.gz cwm-abf52049b9e93e026c9299f65f326b975fd2f2cc.tar.xz cwm-abf52049b9e93e026c9299f65f326b975fd2f2cc.zip |
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 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/cwmrc.5 b/cwmrc.5 index 9f75dbd..2d00e73 100644 --- a/cwmrc.5 +++ b/cwmrc.5 @@ -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: June 17 2013 $ +.Dd $Mdocdate: July 8 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 |