diff options
author | Patrick Luby <plubius@libreoffice.org> | 2024-01-23 14:17:57 +0100 |
---|---|---|
committer | Patrick Luby <plubius@libreoffice.org> | 2024-01-24 16:18:06 +0100 |
commit | 5d2a29ee4f4556b0133e73ea429c9c1aaede0581 (patch) | |
tree | 9d4f6a67828b1140c34b79c2169dc3ed8e6b7caf | |
parent | 5c4fdb89c9810bd961717a09a4c4cf177fa5b3d5 (diff) |
tdf#159307 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>
-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> |