summaryrefslogtreecommitdiff
path: root/help.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-23 23:15:31 -0600
committerJeff Carr <[email protected]>2025-02-23 23:15:31 -0600
commita000c069878d4a2403a5ed6e0795c1d0ad853ca3 (patch)
tree35a74de03b4ff4cd154f6958404f84af972ac926 /help.go
parent3b9e5beff6e95c40b5ae1df702ee33dcf334b847 (diff)
help menu was wrong. thanks bmathv0.22.32
Diffstat (limited to 'help.go')
-rw-r--r--help.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/help.go b/help.go
index 5dac476..4c64ec2 100644
--- a/help.go
+++ b/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",
}