From: Dana Jansens Date: Sat, 20 Jul 2002 08:09:40 +0000 (+0000) Subject: dont pass bound keys through to the application X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=7d153b742bcdf4056ac5e70f8d039f13c12319b7;p=chaz%2Fopenbox dont pass bound keys through to the application --- diff --git a/util/epist/epist.cc b/util/epist/epist.cc index 9b046000..4397cc7b 100644 --- a/util/epist/epist.cc +++ b/util/epist/epist.cc @@ -105,7 +105,7 @@ void epist::activateGrabs() { for(ait = _actions.begin(); ait != end; ++ait) { XGrabKey(getXDisplay(), ait->keycode(), ait->modifierMask(), - (*scrit)->rootWindow(), True, GrabModeAsync, GrabModeAsync); + (*scrit)->rootWindow(), False, GrabModeAsync, GrabModeAsync); } } }