diff --git a/src/Keys.cc b/src/Keys.cc index 5d597014..0c20f9e9 100644 --- a/src/Keys.cc +++ b/src/Keys.cc @@ -256,7 +256,7 @@ void Keys::grabButton(unsigned int button, unsigned int mod, int context) { for (; it != it_end; ++it) { if ((context & it->second & ~Keys::ON_DESKTOP) > 0) FbTk::KeyUtil::grabButton(button, mod, it->first, - ButtonPressMask|ButtonReleaseMask); + ButtonPressMask|ButtonReleaseMask|ButtonMotionMask); } }