diff options
author | okan <okan> | 2017-07-21 15:55:37 +0000 |
---|---|---|
committer | okan <okan> | 2017-07-21 15:55:37 +0000 |
commit | 8dee1182a2a65a0286c68310f6f5181560f6275a (patch) | |
tree | e2cff7a46845a5f394475b602945889318865b82 | |
parent | 60ed85c50fc5ab032aab8d44f37b7abc22acf3a0 (diff) | |
download | cwm-8dee1182a2a65a0286c68310f6f5181560f6275a.tar.gz cwm-8dee1182a2a65a0286c68310f6f5181560f6275a.tar.xz cwm-8dee1182a2a65a0286c68310f6f5181560f6275a.zip |
Use the key names from keysymdef.h in the default key bindings list for
clarification. from Michael Reed.
-rw-r--r-- | cwm.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/cwm.1 b/cwm.1 index 2898a52..d81b223 100644 --- a/cwm.1 +++ b/cwm.1 @@ -83,9 +83,9 @@ Hide current window. Lower current window. .It Ic M-Up Raise current window. -.It Ic M-/ +.It Ic M-slash Search for windows. -.It Ic C-/ +.It Ic C-slash Search for applications. .It Ic CM-n Label current window. @@ -113,9 +113,9 @@ Toggle stickiness of current window. Toggle full-screen mode of current window. .It Ic CM-m Toggle maximization of current window. -.It Ic CM-= +.It Ic CM-equal Toggle vertical maximization of current window. -.It Ic CMS-= +.It Ic CMS-equal Toggle horizontal maximization of current window. .It Ic M-[hjkl] Move window by a small amount. @@ -127,11 +127,11 @@ Resize window by a small amount. .It Ic CMS-[hjkl] Resize window by a large amount; see .Xr cwmrc 5 . -.It Ic M-? +.It Ic M-question Spawn .Dq exec program dialog. -.It Ic M-. +.It Ic M-period Spawn .Dq ssh to dialog. |