<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Feb 16, 2015 at 8:27 AM, Jiří Maršíček <span dir="ltr"><<a href="mailto:jiri.marsicek@gmail.com" target="_blank">jiri.marsicek@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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" target="_blank">https://mail.haskell.org/pipermail/xmonad/2012-February/012402.html</a><div style="display:inline-block;width:16px;height:16px"> </div>)<br></div><div><br></div><div>But this does not appear to work (key is still processed in the active window)<br></div><div></div></blockquote></div><br>That would only work if vbox isn't already grabbing the keyboard, for starters. I also suspect it won't work in some circumstances (if the program is using the RECORD extension to watch for keys, or if the trigger is modifier+normal key then it won't see the modifier press but it will still show up in the modifier bitmask when the normal key is pressed).<br><br>Could you explain the actual problem you're trying to fix?<br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div>brandon s allbery kf8nh                               sine nomine associates</div><div><a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a>                                  <a href="mailto:ballbery@sinenomine.net" target="_blank">ballbery@sinenomine.net</a></div><div>unix, openafs, kerberos, infrastructure, xmonad        <a href="http://sinenomine.net" target="_blank">http://sinenomine.net</a></div></div></div>
</div></div>