summaryrefslogtreecommitdiff
path: root/help.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-06 07:01:27 -0600
committerJeff Carr <[email protected]>2025-02-06 07:01:27 -0600
commitc136ca2b4c33ae639af0f62f604ecdf73ea38d3e (patch)
tree645a5073e7a17a256e4b1185dd4a5b65679e3dfc /help.go
parent87141b8d990e42bcc65174a43cbd17f0578fe274 (diff)
tab rotates through the windows
Diffstat (limited to 'help.go')
-rw-r--r--help.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/help.go b/help.go
index a0ac91c..441ba01 100644
--- a/help.go
+++ b/help.go
@@ -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()",
"",
}