diff options
Diffstat (limited to 'help.go')
| -rw-r--r-- | help.go | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -25,16 +25,16 @@ import ( var helpText []string = []string{"Help Menu", "", - "Tab: toggle through windows", - "O: toggle STDOUT", - "H: toggle this gocui menu", - "L: toggle light/dark mode", + "Tab: toggle through windows", + "'O': toggle STDOUT", + "'H': toggle this gocui menu", + "'D': toggle light/dark mode", "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", } func hideHelp() { |
