diff options
| author | Jeff Carr <[email protected]> | 2025-09-03 01:56:01 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-03 01:56:01 -0500 |
| commit | 86aa5fb001bb873da1a491391f12b17a1a1990a0 (patch) | |
| tree | 772cb747816a01d109d7f870389bce582eec39eb /help.go | |
| parent | 262426fb448d8bd616d1ed687f3da7e1ed2dc6a2 (diff) | |
reverse in STDOUT is no longer the defaultv0.22.59v0.22.58v0.22.57v0.22.56v0.22.55v0.22.54v0.22.53v0.22.52v0.22.51v0.22.50v0.22.49v0.22.48
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() { |
