mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 20:21:51 -07:00
minor typo in XMonad/Util/EZConfig.hs
This commit is contained in:
@@ -495,7 +495,7 @@ specialKeys = [ ("Backspace" , xK_BackSpace)
|
|||||||
, ("KP_9" , xK_KP_9)
|
, ("KP_9" , xK_KP_9)
|
||||||
]
|
]
|
||||||
|
|
||||||
-- | List of multimedai keys. If X server does not know about some
|
-- | List of multimedia keys. If X server does not know about some
|
||||||
-- | keysym it's omitted from list. (stringToKeysym returns noSymbol in this case)
|
-- | keysym it's omitted from list. (stringToKeysym returns noSymbol in this case)
|
||||||
multimediaKeys :: [(String, KeySym)]
|
multimediaKeys :: [(String, KeySym)]
|
||||||
multimediaKeys = filter ((/= noSymbol) . snd) . map (id &&& stringToKeysym) $
|
multimediaKeys = filter ((/= noSymbol) . snd) . map (id &&& stringToKeysym) $
|
||||||
|
Reference in New Issue
Block a user