Fix missing highlight

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling
2022-11-08 12:57:29 +01:00
parent cda3adc84f
commit 4fb3de3aa6

View File

@@ -166,6 +166,6 @@ Nextcloud wide. You can check the setting with the following function which retu
OCP.Accessibility.disableKeyboardShortcuts();
If that is the case, no additional shortcuts shall be registered by any app. Only space
to toggle checkboxes and enter to submit the currently active buttons or links are okay,
If that is the case, no additional shortcuts shall be registered by any app. Only ``space``
to toggle checkboxes and ``enter`` to submit the currently active buttons or links are okay,
as any other shortcut might interfere with screenreaders and other accessibility tools.