aboutsummaryrefslogtreecommitdiff
path: root/src/Keys.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Keys.cc')
-rw-r--r--src/Keys.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Keys.cc b/src/Keys.cc
index 79b0403..6222ac2 100644
--- a/src/Keys.cc
+++ b/src/Keys.cc
@@ -576,11 +576,6 @@ bool Keys::doAction(int type, unsigned int mods, unsigned int key,
576 return false; 576 return false;
577 } 577 }
578 578
579 // if focus changes, windows will get NotifyWhileGrabbed,
580 // which they tend to ignore
581 if (type == KeyPress)
582 XUngrabKeyboard(Fluxbox::instance()->display(), CurrentTime);
583
584 WinClient *old = WindowCmd<void>::client(); 579 WinClient *old = WindowCmd<void>::client();
585 WindowCmd<void>::setClient(current); 580 WindowCmd<void>::setClient(current);
586 temp_key->m_command->execute(); 581 temp_key->m_command->execute();