all repos — openbox @ 7d153b742bcdf4056ac5e70f8d039f13c12319b7

openbox fork - make it a bit more like ryudo

dont pass bound keys through to the application
Dana Jansens danakj@orodu.net
commit

7d153b742bcdf4056ac5e70f8d039f13c12319b7

parent

c517f511000c8ec775f7413527b9e276b7995806

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

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

@@ -105,7 +105,7 @@ ActionList::const_iterator ait, end = _actions.end();

for(ait = _actions.begin(); ait != end; ++ait) { XGrabKey(getXDisplay(), ait->keycode(), ait->modifierMask(), - (*scrit)->rootWindow(), True, GrabModeAsync, GrabModeAsync); + (*scrit)->rootWindow(), False, GrabModeAsync, GrabModeAsync); } } }