diff options
| author | Jeff Carr <[email protected]> | 2025-02-06 07:01:27 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-06 07:01:27 -0600 |
| commit | c136ca2b4c33ae639af0f62f604ecdf73ea38d3e (patch) | |
| tree | 645a5073e7a17a256e4b1185dd4a5b65679e3dfc /help.go | |
| parent | 87141b8d990e42bcc65174a43cbd17f0578fe274 (diff) | |
tab rotates through the windows
Diffstat (limited to 'help.go')
| -rw-r--r-- | help.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ var helpText []string = []string{"Help Menu", "S: super mouse", "M: list all widgets positions", "L: list all widgets in tree", + "Tab: toggle through windows", "q: quit()", "", } |
