[xmonad] Issue 602 in xmonad: xmonad hangs when clickJustFocuses = False and the user clicks outside of the focused window while a submap is active.

codesite-noreply at google.com codesite-noreply at google.com
Thu Apr 30 16:02:00 UTC 2015


Comment #6 on issue 602 by allber... at gmail.com: xmonad hangs when  
clickJustFocuses = False and the user clicks outside of the focused window  
while a submap is active.
https://code.google.com/p/xmonad/issues/detail?id=602

You should probably look closer at the approach in comment 2  
(https://code.google.com/p/xmonad/issues/detail?id=602#c2) instead.  
Arguably a key sequence should not involve mouse events at all and should  
simply give up if it sees one. Use peekEvent, which leaves the event in the  
input queue so that it doesn't need to be reinjected as a synthetic event  
that programs may ignore for security reasons.

-- 
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings


More information about the xmonad mailing list