Add Help for autocompletion

This commit is contained in:
Yash Srivastav 2017-03-29 11:05:40 +05:30
parent 7229e0dda4
commit 29d8bc9d3d
No known key found for this signature in database
GPG Key ID: 67A09FFAC003E189

View File

@ -532,6 +532,48 @@
</div>
</div>
<h2>Autocompletion</h2>
<p> Start typing the following characters followed by any letter to
trigger the autocompletion dropdown:</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> Chan </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 </p>
</div>
</div>
<h2>Commands</h2>
<p>All commands can be autocompleted with <kbd>tab</kbd>.</p>