From 34a927d426e7133857789204b884829d260fee9f Mon Sep 17 00:00:00 2001 From: Username Date: Tue, 24 Feb 2026 10:28:54 +0100 Subject: [PATCH] show keyboard shortcuts in /help output --- ui.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ui.go b/ui.go index 044bb39..0101bc0 100644 --- a/ui.go +++ b/ui.go @@ -192,7 +192,9 @@ func (b *Barnard) OnTextInput(ui *uiterm.Ui, textbox *uiterm.Textbox, text strin } return case "/help": - b.AddOutputLine("/quit /exit /deafen /clear /register /help") + b.AddOutputLine("Commands: /quit /exit /deafen /clear /register /help") + b.AddOutputLine("Keys: F1 deafen, F4 transmit, F10 quit, Tab focus, Ctrl+L clear") + b.AddOutputLine("Keys: PgUp/PgDn scroll, Home/End top/bottom, Ctrl+W del word") return } if b.Client != nil && b.Client.Self != nil {