summaryrefslogtreecommitdiff
path: root/help.go
diff options
context:
space:
mode:
Diffstat (limited to 'help.go')
-rw-r--r--help.go12
1 files changed, 2 insertions, 10 deletions
diff --git a/help.go b/help.go
index df18594..ac69f37 100644
--- a/help.go
+++ b/help.go
@@ -23,22 +23,14 @@ import (
// possible with gocui. it doesn't seem to work for me
*/
-var helpText []string = []string{"KEYBINDINGS",
+var helpText []string = []string{"Help Menu",
"",
"H: toggle (H)elp",
"O: toggle (O)output (os.STDOUT)",
"S: super mouse",
"M: list all widgets positions",
- "L: list all widgets in tree form",
- "d: toggle debugging",
- "s/h: show/hide all widgets",
-
+ "L: list all widgets in tree",
"q: quit()",
- "p: panic()",
- "l: log to /tmp/witgui.log",
- "Ctrl-D: Toggle Debugging",
- "Ctrl-V: Toggle Verbose Debugging",
- "Ctrl-C: Exit",
"",
}