From 7d153b742bcdf4056ac5e70f8d039f13c12319b7 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 20 Jul 2002 08:09:40 +0000 Subject: [PATCH] dont pass bound keys through to the application --- util/epist/epist.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } } -- 2.39.2