From f14a3eeebff6e0a378b38629bc1202af7e74b420 Mon Sep 17 00:00:00 2001 From: oga Date: Wed, 28 Nov 2007 16:02:37 +0000 Subject: [PATCH] Another messed up keybinding. I blame todd... ok okan@ --- conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.c b/conf.c index e05f3e3..0dc5ed7 100644 --- a/conf.c +++ b/conf.c @@ -196,7 +196,7 @@ conf_setup(struct conf *c) conf_bindname(c, "CM-n", "label"); conf_bindname(c, "CM-x", "delete"); conf_bindname(c, "CM-Escape", "groupselect"); - conf_bindname(c, "CM-0", "group0"); + conf_bindname(c, "CM-0", "nogroup"); conf_bindname(c, "CM-1", "group1"); conf_bindname(c, "CM-2", "group2"); conf_bindname(c, "CM-3", "group3");