components/help: add autocomplete

This commit is contained in:
Simon Ser 2024-02-15 16:34:16 +01:00
parent 141fc3e07c
commit 75d721c02d

View file

@ -28,6 +28,9 @@ function KeyBindingsHelp() {
if (!window.matchMedia("(pointer: none)").matches) {
l.push(html`
<dt><kbd>Tab</kbd></dt>
<dd>Automatically complete nickname or channel</dd>
<dt><strong>Middle mouse click</strong></dt>
<dd>Close buffer</dd>
`);