Skip to content

Commit

Permalink
[FEATURE] #103529 - Introduce hotkey for "Save and Close"
Browse files Browse the repository at this point in the history
  • Loading branch information
sfinnerWco committed Aug 2, 2024
1 parent b7b4ea7 commit a78fb41
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Documentation/HelpInside/KeyboardCommands/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,20 @@ 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.

Actions in backend editor
=========================

.. tabs::

.. group-tab:: Windows / Linux

* :kbd:`ctrl` + :kbd:`s` = Save
* :kbd:`ctrl` + :kbd:`shift` + :kbd:`s` = Save and close

.. group-tab:: macOs

* :kbd:`cmd (⌘)` + :kbd:`s` = Save
* :kbd:`cmd (⌘)` + :kbd:`shift` + :kbd:`s` = Save and close

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

0 comments on commit a78fb41

Please sign in to comment.