dont pass bound keys through to the application

This commit is contained in:
Dana Jansens 2002-07-20 08:09:40 +00:00
parent c517f51100
commit 7d153b742b

View file

@ -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);
}
}
}