all repos — openbox @ 652addd232e3f2a7c6c681b9669917e0a416331f

openbox fork - make it a bit more like ryudo

allow modifierless root keys
Dana Jansens danakj@orodu.net
commit

652addd232e3f2a7c6c681b9669917e0a416331f

parent

7d72843f3af282038632492155a0baf011044053

1 files changed, 0 insertions(+), 5 deletions(-)

jump to
M util/epist/keytree.ccutil/epist/keytree.cc

@@ -132,11 +132,6 @@

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,