diff options
Diffstat (limited to 'help.go')
| -rw-r--r-- | help.go | 20 |
1 files changed, 12 insertions, 8 deletions
@@ -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() { |
