From 7e5e94cda0c449519dfdd6996c0b2e3c83df25df Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 15 Feb 2024 16:37:32 +0100 Subject: [PATCH] components/help: always show autocomplete keybind --- components/help.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/components/help.js b/components/help.js index 3601afc..d069bb9 100644 --- a/components/help.js +++ b/components/help.js @@ -26,11 +26,13 @@ function KeyBindingsHelp() { `; }); + l.push(html` +
Tab
+
Automatically complete nickname or channel
+ `); + if (!window.matchMedia("(pointer: none)").matches) { l.push(html` -
Tab
-
Automatically complete nickname or channel
-
Middle mouse click
Close buffer
`);