diff --git a/source/options/components/autocomplete.tsx b/source/options/components/autocomplete.tsx index c0c8c4e..7514b21 100644 --- a/source/options/components/autocomplete.tsx +++ b/source/options/components/autocomplete.tsx @@ -7,6 +7,10 @@ export function AutocompleteSetting(props: SettingProps): JSX.Element {
Adds autocompletion in textareas for user mentions (starting with{" "}
@
) and groups (starting with ~
).
+
+ When an autocompletion list is shown you can press Tab
to
+ move down the list and Shift+Tab
to move up the list. To
+ fill in your highlighted match press Enter
.