
19 May
2011
19 May
'11
2:39 p.m.
Comment #1 on issue 456 by daniel.w...@gmail.com: xmonad partially eats key events comprising a WM shortcut http://code.google.com/p/xmonad/issues/detail?id=456 It's wrong for an application to assume that a key stays down until it receives an up message -- X makes no promises to deliver such messages to non-focused windows. If you have an application making that assumption, it's a bug in that application, not in xmonad.