mirror of
https://git.sr.ht/~emersion/gamja
synced 2024-11-14 19:25:26 -05:00
components/help: add autocomplete
This commit is contained in:
parent
141fc3e07c
commit
75d721c02d
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
`);
|
||||
|
|
Loading…
Reference in a new issue