better 'quit' keybinding default (CMS-q)

feedback from oga@ and simon@

ok oga@ simon@
This commit is contained in:
okan
2008-04-08 14:12:28 +00:00
parent 539b5c6534
commit 9702d4cfd7
2 changed files with 4 additions and 4 deletions

2
conf.c
View File

@@ -119,7 +119,7 @@ conf_init(struct conf *c)
conf_bindname(c, "M-Left", "prevgroup");
conf_bindname(c, "CM-f", "maximize");
conf_bindname(c, "CM-equal", "vmaximize");
conf_bindname(c, "CM-q", "quit");
conf_bindname(c, "CMS-q", "quit");
conf_bindname(c, "M-h", "moveleft");
conf_bindname(c, "M-j", "movedown");