1
Fork 0

Add instructions for how to autocomplete.

This commit is contained in:
Bauke 2023-12-17 13:28:21 +01:00
parent 9f8dc481da
commit 26534c4897
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@ export function AutocompleteSetting(props: SettingProps): JSX.Element {
<p class="info">
Adds autocompletion in textareas for user mentions (starting with{" "}
<code>@</code>) and groups (starting with <code>~</code>).
<br />
When an autocompletion list is shown you can press <code>Tab</code> to
move down the list and <code>Shift+Tab</code> to move up the list. To
fill in your highlighted match press <code>Enter</code>.
</p>
</Setting>
);