make the help more pleasant by adding kbd tags
This commit is contained in:
parent
38be11fd24
commit
91480e91ab
1 changed files with 9 additions and 9 deletions
18
index.html
18
index.html
|
@ -129,16 +129,16 @@
|
||||||
<h3>Shortcuts</h3>
|
<h3>Shortcuts</h3>
|
||||||
Glowing Bear has a few shortcuts:
|
Glowing Bear has a few shortcuts:
|
||||||
<ul>
|
<ul>
|
||||||
<li>ALT-n: Toggle nicklist</li>
|
<li><kbd>ALT-n</kbd>: Toggle nicklist</li>
|
||||||
<li>ALT-l: Focus on input bar</li>
|
<li><kbd>ALT-l</kbd>: Focus on input bar</li>
|
||||||
<li>ALT-[0-9]: Switch to buffer number N</li>
|
<li><kbd>ALT-[0-9]</kbd>: Switch to buffer number N</li>
|
||||||
<li>ALT-a: Focus on next buffer with activity</li>
|
<li><kbd>ALT-a</kbd>: Focus on next buffer with activity</li>
|
||||||
<li>ALT-<: Switch to previous active buffer</li>
|
<li><kbd>ALT-<</kbd>: Switch to previous active buffer</li>
|
||||||
<li>ALT-g: Focus on buffer list filter</li>
|
<li><kbd>ALT-g</kbd>: Focus on buffer list filter</li>
|
||||||
<li>Esc-Esc: Disconnect (double-tap)</li>
|
<li><kbd>Esc-Esc</kbd>: Disconnect (double-tap)</li>
|
||||||
<li>Arrow keys: Navigate history</li>
|
<li>Arrow keys: Navigate history</li>
|
||||||
<li>Tab key: Complete nick</li>
|
<li><kbd>Tab</kbd>: Complete nick</li>
|
||||||
<li>The following readline/emacs style keybindings can be enabled with a setting: <span title="Move cursor to beginning of line">Ctrl-a</span>, <span title="Move cursor to te end of the line">Ctrl-e</span>, <span title="Delete from cursor to beginning of the line">Ctrl-u</span>, <span title="Delete from cursor to the end of the line">Ctrl-k</span>, <span title="Delete from cursor to previous space">Ctrl-w</span></li>
|
<li>The following readline/emacs style keybindings can be enabled with a setting: <span title="Move cursor to beginning of line"><kbd>Ctrl-a</kbd></span>, <span title="Move cursor to te end of the line"><kbd>Ctrl-e</kbd></span>, <span title="Delete from cursor to beginning of the line"><kbd>Ctrl-u</kbd></span>, <span title="Delete from cursor to the end of the line"><kbd>Ctrl-k</kbd></span>, <span title="Delete from cursor to previous space"><kbd>Ctrl-w</kbd></span></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue