<div dir="ltr"><div><div><div>Hi,<br><br></div>would it be possible to configure xmonad to eat certain keys or key combinations to windows based on some predicate (window className) or globaly? <br></div><br><br></div><div>I have tried to define this globaly by adding the following line to my keybindings:<br><pre>   ((0, xK_Super_L), return ())<br></pre></div><div>(As explained in <a href="https://mail.haskell.org/pipermail/xmonad/2012-February/012402.html">https://mail.haskell.org/pipermail/xmonad/2012-February/012402.html</a>)<br></div><div><br><br></div><div>But this does not appear to work (key is still processed in the active window)<br></div><div><br></div>Thanks a lot for any thoughts.<br></div>