Merge pull request #312 from mzrinsky/update-cheatsheet

Add help command to help message
This commit is contained in:
slotThe
2021-07-03 09:10:02 +02:00
committed by GitHub
3 changed files with 4 additions and 0 deletions

View File

@@ -48,6 +48,8 @@
providing the ability to directly jump to a layout with the
`JumpToLayout` message.
* Document the help command in the help message.
## 0.15 (September 30, 2018)
* Reimplement `sendMessage` to deal properly with windowset changes made

View File

@@ -293,6 +293,7 @@ help = unlines ["The default modifier key is 'alt'. Default keybindings:",
"mod-Space Rotate through the available layout algorithms",
"mod-Shift-Space Reset the layouts on the current workSpace to default",
"mod-n Resize/refresh viewed windows to the correct size",
"mod-Shift-/ Show this help message with the default keybindings",
"",
"-- move focus up or down the window stack",
"mod-Tab Move focus to the next window",

View File

@@ -297,6 +297,7 @@ help = unlines ["The default modifier key is 'alt'. Default keybindings:",
"mod-Space Rotate through the available layout algorithms",
"mod-Shift-Space Reset the layouts on the current workSpace to default",
"mod-n Resize/refresh viewed windows to the correct size",
"mod-Shift-/ Show this help message with the default keybindings",
"",
"-- move focus up or down the window stack",
"mod-Tab Move focus to the next window",