Feat: add help page

This commit is contained in:
Grail Finder
2024-11-26 21:15:04 +03:00
parent 5dfb558476
commit ad65c3583a
3 changed files with 39 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ var (
editMode = false
botMsg = "no"
selectedIndex = int(-1)
indexLine = "Esc: send msg; PgUp/Down: switch focus; F1: manage chats; F2: regen last; F3:delete last msg; F4: edit msg; F5: toggle system; F6: interrupt bot resp; bot resp mode: %v; current chat: %s"
indexLine = "F12 to show keys help; bot resp mode: %v; current chat: %s"
focusSwitcher = map[tview.Primitive]tview.Primitive{}
)