input: don't run modifier bindings when the kbd is grabbed
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
Wed, 27 Nov 2013 09:34:32 +0000 (10:34 +0100)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 28 Nov 2013 06:49:31 +0000 (22:49 -0800)
commit1539ea2f741dbf945f86690ed8aa833db64d2530
treeca6e1addd48df8f3f84c2c13eb6ba682c5950870
parentd5fbfb2e3587629497286fe0a715dcc8f6a7e807
input: don't run modifier bindings when the kbd is grabbed

We don't want bindings to be run while the keyboard is grabbed.
Otherwise the binding handler may grab the keyboard too, making
the old grab go away without even being cancelled.
src/bindings.c