aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2024-02-15 16:34:16 +0100
committerSimon Ser <contact@emersion.fr>2024-02-15 16:34:16 +0100
commit75d721c02d6d4877262db08fb636c190c4986ff1 (patch)
tree91acc8aca54b67c77ab9f5642753ad394e1d7a90
parent141fc3e07c69b1985719d6075e2f101a3f73d6fe (diff)
downloadgamja-75d721c02d6d4877262db08fb636c190c4986ff1.tar.gz
gamja-75d721c02d6d4877262db08fb636c190c4986ff1.zip
components/help: add autocomplete
-rw-r--r--components/help.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/help.js b/components/help.js
index 8d89fd0..3601afc 100644
--- a/components/help.js
+++ b/components/help.js
@@ -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>
`);