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