diff options
| author | Jeff Carr <[email protected]> | 2025-02-07 03:26:05 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-07 03:26:05 -0600 |
| commit | 13a194dca5d9c6153772d2ef4e1f5ce93f191c6d (patch) | |
| tree | f8cccff1a4597968e18a1d882431305bc83babc5 /help.go | |
| parent | 6c522a4b271dd978928ec0079a6be205edb22727 (diff) | |
more on dark mode
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() { |
