From: Dana Jansens Date: Thu, 8 Aug 2002 22:45:26 +0000 (+0000) Subject: allow modifierless root keys X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=652addd232e3f2a7c6c681b9669917e0a416331f;p=chaz%2Fopenbox allow modifierless root keys --- diff --git a/util/epist/keytree.cc b/util/epist/keytree.cc index 7c954c51..365354f7 100644 --- a/util/epist/keytree.cc +++ b/util/epist/keytree.cc @@ -132,11 +132,6 @@ const Action * keytree::getAction(const XEvent &e, unsigned int state, void keytree::addAction(Action::ActionType action, unsigned int mask, string key, string arg) { - // can't grab non-modifier as topmost key - // XXX: do we allow Esc to be grabbed at the top? - if (_current == _head && (mask == 0 || mask == ShiftMask)) - return; - keynode *tmp = new keynode; tmp->action = new Action(action, XKeysymToKeycode(_display,