diff options
Diffstat (limited to 'help.go')
| -rw-r--r-- | help.go | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -26,13 +26,15 @@ import ( var helpText []string = []string{"Help Menu", "", "H: toggle (H)elp", + "D: toggle light/dark mode", + "Tab: toggle through windows", + "q: quit()", + "", + "Debugging:", "O: toggle (O)output (os.STDOUT)", "S: super mouse", "M: list all widgets positions", "L: list all widgets in tree", - "Tab: toggle through windows", - "q: quit()", - "", } func hideHelp() { |
