COM add comment about dunst keybindings so I can avoid them
This commit is contained in:
parent
c5b9248108
commit
238af29fa3
|
@ -207,6 +207,8 @@ showKeybindings x = addName "Show Keybindings" $ io $ do
|
||||||
mkNamedSubmap c sectionName bindings =
|
mkNamedSubmap c sectionName bindings =
|
||||||
(subtitle sectionName:) $ mkNamedKeymap c bindings
|
(subtitle sectionName:) $ mkNamedKeymap c bindings
|
||||||
|
|
||||||
|
-- NOTE: the following bindings are used by dunst:
|
||||||
|
-- "M-~", "M-<esc>", "M-S-<esc>", "M-S-."
|
||||||
myKeys c =
|
myKeys c =
|
||||||
mkNamedSubmap c "Window Focus"
|
mkNamedSubmap c "Window Focus"
|
||||||
[ ("M-j", addName "focus down" $ windows W.focusDown)
|
[ ("M-j", addName "focus down" $ windows W.focusDown)
|
||||||
|
|
Loading…
Reference in New Issue