Add instructions for how to autocomplete.
This commit is contained in:
parent
9f8dc481da
commit
26534c4897
|
@ -7,6 +7,10 @@ export function AutocompleteSetting(props: SettingProps): JSX.Element {
|
||||||
<p class="info">
|
<p class="info">
|
||||||
Adds autocompletion in textareas for user mentions (starting with{" "}
|
Adds autocompletion in textareas for user mentions (starting with{" "}
|
||||||
<code>@</code>) and groups (starting with <code>~</code>).
|
<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>
|
</p>
|
||||||
</Setting>
|
</Setting>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue