[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
Sat May 2 22:21:47 UTC 2015


Comment #12 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 seem to be continuing to miss the point. You do not want to ignore or  
bypass or drop those non-key events; you want to *stop processing and  
return control to xmonad*. If you click somewhere in the middle of a key  
sequence in Emacs, does it continue to process the key sequence? How about  
if you go to activate a GUI menu item via keyboard with alt-sequences but  
click somewhere in the middle of it?

These do not ignore the click, they abort the key sequence completely and  
process the click.

-- 
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