help menu was wrong. thanks bmath

This commit is contained in:
Jeff Carr 2025-02-23 23:15:31 -06:00
parent 3b9e5beff6
commit a000c06987
1 changed files with 5 additions and 5 deletions

10
help.go
View File

@ -26,15 +26,15 @@ import (
var helpText []string = []string{"Help Menu", var helpText []string = []string{"Help Menu",
"", "",
"H: toggle (H)elp",
"D: toggle light/dark mode",
"Tab: toggle through windows", "Tab: toggle through windows",
"O: toggle STDOUT",
"H: toggle this gocui menu",
"L: toggle light/dark mode",
"CTRL-c: quit()", "CTRL-c: quit()",
"", "",
"Debugging:", "Debugging:",
"O: toggle (O)output (os.STDOUT)", "S: Supermouse mode",
"S: super mouse", "M: list all widget positions",
"M: list all widgets positions",
"L: list all widgets in tree", "L: list all widgets in tree",
} }