summaryrefslogtreecommitdiff
path: root/help.go
diff options
context:
space:
mode:
Diffstat (limited to 'help.go')
-rw-r--r--help.go20
1 files changed, 12 insertions, 8 deletions
diff --git a/help.go b/help.go
index 21e39b1..3d07f92 100644
--- a/help.go
+++ b/help.go
@@ -25,16 +25,20 @@ import (
var helpText []string = []string{"Help Menu",
"",
- "Tab: toggle through windows",
- "'O': toggle STDOUT",
- "'H': toggle this gocui menu",
- "'D': toggle light/dark mode",
- "CTRL-c: quit()",
+ "Tab toggle through windows",
+ "'O' toggle STDOUT",
+ "'H' toggle this gocui menu",
+ "'D' toggle light/dark mode",
+ "CTRL-z background to shell",
+ "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",
+ "<Pgup> scroll up the STDOUT window",
+ "<Pgdn> scroll down the STDOUT window",
+ "'r' reverse STDOUT scrolling",
}
func hideHelp() {