summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Luby <plubius@libreoffice.org>2024-01-23 14:17:57 +0100
committerAndras Timar <andras.timar@collabora.com>2024-03-27 14:28:03 +0100
commitb43d32f0218caaeb880c06d490d0b99972a50614 (patch)
treef41f325be97ea72206e3d74d03413d56fc5390b9
parent186c44a744ca836ae177c497f73884935139796c (diff)
tdf#159326 macOS uses Command+Option+F while other plafforms use Ctrl+H cp-24.04.1-2
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.xhp2
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 &amp; Replace</emph> dialog.</paragraph>
on value='libreoffice-24-2-0'>libreoffice-24-2-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svl/CppunitTest_svl_urihelper.mk
AgeCommit message (Expand)Author
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko
2015-10-29CppunitTest_svl_urihelper needs the file UCPStephan Bergmann
2015-10-29Remove duplicateStephan Bergmann
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-05new module i18nlangtagEike Rathke
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl
2012-11-24CppunitTest_svl_urihelper calls non-inline LanguageTag functionsStephan Bergmann
2012-11-24link with i18nisolang1Eike Rathke
2012-11-05fdo#46808, use service constructor for i18n::CharacterClassificationNoel Grandin
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
2012-04-08rename gb_CppunitTest_uses_ureDavid Tardon
2012-04-08compile- and run-time use of UNO must be splitDavid Tardon
2012-04-08always use --protector for UNO testsDavid Tardon
2012-04-08drop uses_ureDavid Tardon
2012-04-08let use_api handle the use of type rdbs at runtimeDavid Tardon
2012-04-08gbuild: "use" vs. "add":Michael Stahl
2012-01-17Adapted svl test_URIHelper to gbuild.Stephan Bergmann