Merge pull request #1609 from dgw/restore-autocomplete-help
Restore autocompletion help
This commit is contained in:
commit
21badddc38
@ -419,8 +419,14 @@
|
|||||||
<div class="description">
|
<div class="description">
|
||||||
<p>
|
<p>
|
||||||
Mark any text typed after this shortcut to be colored. After
|
Mark any text typed after this shortcut to be colored. After
|
||||||
hitting this shortcut, enter an integer in the
|
hitting this shortcut, enter an integer in the range
|
||||||
<code>0—15</code> range to select the desired color.
|
<code>0—15</code> to select the desired color, or use the
|
||||||
|
autocompletion menu to choose a color name (see below).
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Background color can be specified by putting a comma and
|
||||||
|
another integer in the range <code>0—15</code> after the
|
||||||
|
foreground color number (autocompletion works too).
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
A color reference can be found
|
A color reference can be found
|
||||||
@ -468,6 +474,53 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<h2>Autocompletion</h2>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
To auto-complete nicknames, channels, commands, and emoji, type one of the characters below to open
|
||||||
|
a suggestion list. Use the <kbd>↑</kbd> and <kbd>↓</kbd> keys to highlight an item, and insert it by
|
||||||
|
pressing <kbd>Tab</kbd> or <kbd>Enter</kbd> (or by clicking the desired item).
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Autocompletion can be disabled in settings.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<div class="help-item">
|
||||||
|
<div class="subject">
|
||||||
|
<code>@</code>
|
||||||
|
</div>
|
||||||
|
<div class="description">
|
||||||
|
<p>Nickname</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="help-item">
|
||||||
|
<div class="subject">
|
||||||
|
<code>#</code>
|
||||||
|
</div>
|
||||||
|
<div class="description">
|
||||||
|
<p>Channel</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="help-item">
|
||||||
|
<div class="subject">
|
||||||
|
<code>/</code>
|
||||||
|
</div>
|
||||||
|
<div class="description">
|
||||||
|
<p>Commands (see list of commands below)</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="help-item">
|
||||||
|
<div class="subject">
|
||||||
|
<code>:</code>
|
||||||
|
</div>
|
||||||
|
<div class="description">
|
||||||
|
<p>Emoji (note: requires two search characters, to avoid conflicting with common emoticons like <code>:)</code>)</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<h2>Commands</h2>
|
<h2>Commands</h2>
|
||||||
|
|
||||||
<div class="help-item">
|
<div class="help-item">
|
||||||
|
Loading…
Reference in New Issue
Block a user