Use default handler in XMonad.Prompt.eventLoop

This commit is contained in:
Daniel Schoepe
2009-10-01 18:04:02 +00:00
parent 66b8ad46d0
commit 066db410b0

View File

@@ -327,7 +327,7 @@ eventLoop action = do
else return (Nothing, "")
return (ks,s,ev)
action (fromMaybe xK_VoidSymbol keysym,string) event
gets done >>= flip unless (eventLoop action)
gets done >>= flip unless (eventLoop handle)
-- | Removes numlock and capslock from a keymask.
-- Duplicate of cleanMask from core, but in the