Skip to content

Commit

Permalink
Add anchors to shortcuts (#205)
Browse files Browse the repository at this point in the history
Releases: main, 13.4

Co-authored-by: Lina Wolf <[email protected]>
  • Loading branch information
github-actions[bot] and linawolf authored Jan 11, 2025
1 parent 790bd56 commit 796b1dc
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Documentation/HelpInside/KeyboardCommands/Index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. include:: /Includes.rst.txt

.. _keyboard_commands:
.. _keyboard-commands:

=================
Keyboard commands
Expand All @@ -9,6 +9,8 @@ Keyboard commands
.. contents::
:local:

.. _keyboard-commands-page-tree:

Navigating the page tree using a keyboard
=========================================

Expand All @@ -23,6 +25,8 @@ the guidelines set out in `WAI-ARIA Authoring Practices 1.1. <https://www.w3.org
* :kbd:`Right` arrow key will expand the focus if possible.
* :kbd:`Left` arrow key will close the focus if possible.

.. _keyboard-commands-forms:

Actions in backend forms
=========================

Expand All @@ -38,6 +42,8 @@ Actions in backend forms
* :kbd:`cmd (⌘)` + :kbd:`s` = Save
* :kbd:`cmd (⌘)` + :kbd:`shift` + :kbd:`s` = Save and close

.. _keyboard-commands-rte:

Editing text in the Rich Text Editor (RTE)
==========================================

Expand Down Expand Up @@ -66,6 +72,7 @@ text in TYPO3's :ref:`RTE <rte>`.
* :kbd:`cmd (⌘)` + :kbd:`i` = Italic
* :kbd:`cmd (⌘)` + :kbd:`b` = Bold

.. _keyboard-commands-browser:

Reloading pages and clearing browser cache
==========================================
Expand All @@ -82,6 +89,7 @@ Reloading pages and clearing browser cache
* :kbd:`cmd (⌘)` + :kbd:`r` = Reload page
* :kbd:`cmd (⌘)` + :kbd:`option (⌥)` + :kbd:`r` = Reload page and clear browser cache

.. _keyboard-commands-search:

Opening the backend search modal
================================
Expand All @@ -98,6 +106,7 @@ Opening the backend search modal

* :kbd:`cmd (⌘)` + :kbd:`k`

.. _keyboard-commands-multiselect:

Multiselect in content elements
===============================
Expand Down

0 comments on commit 796b1dc

Please sign in to comment.