mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 08:30:21 -07:00
Add help command to help message.
Attempt to contribute to xmonad, and add a simple line to the help message, containing the help command itself. Fixes xmonad/xmonad#287
This commit is contained in:
parent
42d319545b
commit
1a4c95fac8
@ -48,6 +48,8 @@
|
|||||||
providing the ability to directly jump to a layout with the
|
providing the ability to directly jump to a layout with the
|
||||||
`JumpToLayout` message.
|
`JumpToLayout` message.
|
||||||
|
|
||||||
|
* Document the help command in the help message.
|
||||||
|
|
||||||
## 0.15 (September 30, 2018)
|
## 0.15 (September 30, 2018)
|
||||||
|
|
||||||
* Reimplement `sendMessage` to deal properly with windowset changes made
|
* Reimplement `sendMessage` to deal properly with windowset changes made
|
||||||
|
@ -293,6 +293,7 @@ help = unlines ["The default modifier key is 'alt'. Default keybindings:",
|
|||||||
"mod-Space Rotate through the available layout algorithms",
|
"mod-Space Rotate through the available layout algorithms",
|
||||||
"mod-Shift-Space Reset the layouts on the current workSpace to default",
|
"mod-Shift-Space Reset the layouts on the current workSpace to default",
|
||||||
"mod-n Resize/refresh viewed windows to the correct size",
|
"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",
|
"-- move focus up or down the window stack",
|
||||||
"mod-Tab Move focus to the next window",
|
"mod-Tab Move focus to the next window",
|
||||||
|
@ -297,6 +297,7 @@ help = unlines ["The default modifier key is 'alt'. Default keybindings:",
|
|||||||
"mod-Space Rotate through the available layout algorithms",
|
"mod-Space Rotate through the available layout algorithms",
|
||||||
"mod-Shift-Space Reset the layouts on the current workSpace to default",
|
"mod-Shift-Space Reset the layouts on the current workSpace to default",
|
||||||
"mod-n Resize/refresh viewed windows to the correct size",
|
"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",
|
"-- move focus up or down the window stack",
|
||||||
"mod-Tab Move focus to the next window",
|
"mod-Tab Move focus to the next window",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user