Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-11-08 14:57:29 +0300
committerJoas Schilling <coding@schilljs.com>2022-11-08 14:57:29 +0300
commit4fb3de3aa6e371f328bb32dc034f1d96efb078d7 (patch)
tree0b272f22e9398dfa8a1dab7189ad19874523b987
parentcda3adc84fe25fa1d283b9bcda481ea767481dd6 (diff)
Fix missing highlight
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--developer_manual/basics/front-end/js.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/developer_manual/basics/front-end/js.rst b/developer_manual/basics/front-end/js.rst
index 739617b62..1251c66af 100644
--- a/developer_manual/basics/front-end/js.rst
+++ b/developer_manual/basics/front-end/js.rst
@@ -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.