diff options
author | Patrick Luby <plubius@libreoffice.org> | 2024-01-23 14:17:57 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-03-27 12:18:00 +0100 |
commit | 02a11cfe8fb608fdf77b4ce5a57a5dd23784f8ec (patch) | |
tree | a1130656281182b8e6d6bf2e00d468adf40eba7b | |
parent | 9bed20d260f9c0dfd5a43f62bba288aff829da85 (diff) |
tdf#159326 macOS uses Command+Option+F while other plafforms use Ctrl+H
Change-Id: Iee37805afba1aa712a45c213d1f9eeae4d01d923
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/162452
Tested-by: Jenkins
Reviewed-by: Patrick Luby <plubius@libreoffice.org>
(cherry picked from commit 509ec415db94a821da1c8f7bacf9e372d320e49d)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/162534
Reviewed-by: Patrick Luby <guibomacdev@gmail.com>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/shared/04/01010000.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/shared/04/01010000.xhp b/source/text/shared/04/01010000.xhp index 6ce842fd24..b13f80396c 100644 --- a/source/text/shared/04/01010000.xhp +++ b/source/text/shared/04/01010000.xhp @@ -240,7 +240,7 @@ </tablerow> <tablerow> <tablecell> - <paragraph xml-lang="en-US" id="hd_id3158414" role="tablecontent"><switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+H</paragraph> + <paragraph xml-lang="en-US" id="hd_id3158414" role="tablecontent"><switchinline select="sys"><caseinline select="MAC">Command+Option+F</caseinline><defaultinline>Ctrl+H</defaultinline></switchinline></paragraph> </tablecell> <tablecell> <paragraph xml-lang="en-US" id="par_id3150090" role="tablecontent">Calls the <emph>Find & Replace</emph> dialog.</paragraph> |