diff options
author | okan | 2016-10-05 13:35:17 +0000 |
---|---|---|
committer | okan | 2016-10-05 13:35:17 +0000 |
commit | 8427040c2979873b650b84e98f6d36d11995b3a9 (patch) | |
tree | 30788bd11211205279bbabb6e5519e0957d429b6 /conf.c | |
parent | 1147660d2084b3f323c9552fee3c89f578d2cb79 (diff) | |
download | cwm-8427040c2979873b650b84e98f6d36d11995b3a9.tar.gz |
Add CM-a for 'nogroup' (CM-0 stays for now); update manpage to reflect.
Diffstat (limited to '')
-rw-r--r-- | conf.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: conf.c,v 1.213 2016/10/05 13:10:59 okan Exp $ + * $OpenBSD: conf.c,v 1.214 2016/10/05 13:35:17 okan Exp $ */ #include <sys/types.h> @@ -192,6 +192,7 @@ static const struct { { "MS-Tab", "rcycle" }, { "CM-n", "label" }, { "CM-x", "delete" }, + { "CM-a", "nogroup" }, { "CM-0", "nogroup" }, { "CM-1", "group1" }, { "CM-2", "group2" }, |