mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
Stray def
in additionalNav2DKeysP
documentation
This commit is contained in:
parent
4287bab252
commit
6e1a1fe0df
@ -433,7 +433,7 @@ additionalNav2DKeys (u, l, d, r) modifiers wrap =
|
||||
-- mapping from key prefix to action, and a bool to indicate if wrapping should
|
||||
-- occur, and returns a function from XConfig to XConfig. Example:
|
||||
--
|
||||
-- > additionalNav2DKeysP def ("w", "a", "s", "d") [("M-", windowGo), ("M-S-", windowSwap)] False myConfig
|
||||
-- > additionalNav2DKeysP ("w", "a", "s", "d") [("M-", windowGo), ("M-S-", windowSwap)] False myConfig
|
||||
additionalNav2DKeysP :: (String, String, String, String) -> [(String, Direction2D -> Bool -> X ())] ->
|
||||
Bool -> XConfig l -> XConfig l
|
||||
additionalNav2DKeysP (u, l, d, r) modifiers wrap =
|
||||
|
Loading…
x
Reference in New Issue
Block a user