components/help: always show autocomplete keybind
This commit is contained in:
parent
75d721c02d
commit
7e5e94cda0
1 changed files with 5 additions and 3 deletions
|
@ -26,11 +26,13 @@ function KeyBindingsHelp() {
|
|||
`;
|
||||
});
|
||||
|
||||
l.push(html`
|
||||
<dt><kbd>Tab</kbd></dt>
|
||||
<dd>Automatically complete nickname or channel</dd>
|
||||
`);
|
||||
|
||||
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>
|
||||
`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue