help menu was wrong. thanks bmath
This commit is contained in:
parent
3b9e5beff6
commit
a000c06987
10
help.go
10
help.go
|
@ -26,15 +26,15 @@ import (
|
|||
|
||||
var helpText []string = []string{"Help Menu",
|
||||
"",
|
||||
"H: toggle (H)elp",
|
||||
"D: toggle light/dark mode",
|
||||
"Tab: toggle through windows",
|
||||
"O: toggle STDOUT",
|
||||
"H: toggle this gocui menu",
|
||||
"L: toggle light/dark mode",
|
||||
"CTRL-c: quit()",
|
||||
"",
|
||||
"Debugging:",
|
||||
"O: toggle (O)output (os.STDOUT)",
|
||||
"S: super mouse",
|
||||
"M: list all widgets positions",
|
||||
"S: Supermouse mode",
|
||||
"M: list all widget positions",
|
||||
"L: list all widgets in tree",
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue