From 4fb3de3aa6e371f328bb32dc034f1d96efb078d7 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 8 Nov 2022 12:57:29 +0100 Subject: Fix missing highlight Signed-off-by: Joas Schilling --- developer_manual/basics/front-end/js.rst | 4 ++-- 1 file 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. -- cgit v1.2.3