mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 04:01:51 -07:00
SimpleDate, Submap: modMask --> modMask x
This commit is contained in:
@@ -37,7 +37,7 @@ First, import this module into your @~\/.xmonad\/xmonad.hs@:
|
||||
|
||||
Allows you to create a sub-mapping of keys. Example:
|
||||
|
||||
> , ((modMask, xK_a), submap . M.fromList $
|
||||
> , ((modMask x, xK_a), submap . M.fromList $
|
||||
> [ ((0, xK_n), spawn "mpc next")
|
||||
> , ((0, xK_p), spawn "mpc prev")
|
||||
> , ((0, xK_z), spawn "mpc random")
|
||||
|
Reference in New Issue
Block a user