COM add comment about dunst keybindings so I can avoid them

This commit is contained in:
Nathan Dwarshuis 2020-02-15 17:24:32 -05:00
parent c5b9248108
commit 238af29fa3
1 changed files with 2 additions and 0 deletions

View File

@ -207,6 +207,8 @@ showKeybindings x = addName "Show Keybindings" $ io $ do
mkNamedSubmap c sectionName bindings =
(subtitle sectionName:) $ mkNamedKeymap c bindings
-- NOTE: the following bindings are used by dunst:
-- "M-~", "M-<esc>", "M-S-<esc>", "M-S-."
myKeys c =
mkNamedSubmap c "Window Focus"
[ ("M-j", addName "focus down" $ windows W.focusDown)