X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fbindings.cc;h=fcbff769f5e4945506d5460784f5a144c74ccdca;hb=ba87284397e058fc477a04fba2ff2eb815a33de0;hp=a369410294786d003772097aeb910c94baa8b504;hpb=f7a0eb7624fa323a37f9fb0e306d7e1bbc745e15;p=chaz%2Fopenbox diff --git a/src/bindings.cc b/src/bindings.cc index a3694102..fcbff769 100644 --- a/src/bindings.cc +++ b/src/bindings.cc @@ -442,7 +442,7 @@ void Bindings::fireKey(int screen, unsigned int modifiers, unsigned int key, _timer = new otk::Timer(5000, // 5 second timeout (otk::Timer::TimeoutHandler)resetChains, this); - // grab the server here to make sure no key pressed go missed + // grab the server here to make sure no key presses get missed otk::display->grab(); grabKeys(false); _curpos = p;