mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-01 04:31:52 -07:00
Use default handler in XMonad.Prompt.eventLoop
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user