mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-13 19:25:52 -07:00
submapDefault fix key leakage
This commit is contained in:
@@ -75,7 +75,7 @@ submapDefault def keys = do
|
||||
then nextkey
|
||||
else return (m, keysym)
|
||||
|
||||
io $ ungrabKeyboard d currentTime
|
||||
|
||||
m' <- cleanMask m
|
||||
maybe def id (M.lookup (m', s) keys)
|
||||
|
||||
io $ ungrabKeyboard d currentTime
|
||||
|
Reference in New Issue
Block a user