summaryrefslogtreecommitdiff
path: root/help.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-03 01:23:22 -0500
committerJeff Carr <[email protected]>2025-09-03 01:23:22 -0500
commit262426fb448d8bd616d1ed687f3da7e1ed2dc6a2 (patch)
tree12f605e85b9ece8f4c80c9f954f7654285750201 /help.go
parentec0807ce2b069622e2f31e3b176931a68900252f (diff)
make the help menu appear when libnotify is clicked
Diffstat (limited to 'help.go')
-rw-r--r--help.go14
1 files changed, 7 insertions, 7 deletions
diff --git a/help.go b/help.go
index 8bdf240..21e39b1 100644
--- a/help.go
+++ b/help.go
@@ -25,16 +25,16 @@ import (
var helpText []string = []string{"Help Menu",
"",
- "Tab: toggle through windows",
- "O: toggle STDOUT",
- "H: toggle this gocui menu",
- "L: toggle light/dark mode",
+ "Tab: toggle through windows",
+ "'O': toggle STDOUT",
+ "'H': toggle this gocui menu",
+ "'D': toggle light/dark mode",
"CTRL-c: quit()",
"",
"Debugging:",
- "S: Supermouse mode",
- "M: list all widget positions",
- "L: list all widgets in tree",
+ "'S': Supermouse mode",
+ "'M': list all widget positions",
+ "'L': list all widgets in tree",
}
func hideHelp() {