dont pass bound keys through to the application
This commit is contained in:
parent
c517f51100
commit
7d153b742b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue