diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-04-24 09:11:24 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-04-24 09:11:24 +0200 |
commit | 0205b43e4d518239ff3d6b9bed0cc9317939acd9 (patch) | |
tree | 4ce632ed5a89c0bd8b3c42d1128efe646c066bcf /source/text/shared/04 | |
parent | 1b5413f89863008ab15c2233506298e1a657f421 (diff) |
Mac does have a "Control" key
(even labeled "Ctrl" on my German MacBook keyboard, not "Strg" as the
localization of "Ctrl" on German standard PC-style keyboards), and Writer's
"Format - Clear Direct Formatting" (which this help item is presumably about) is
indeed Ctrl+M (labeled "^M" in the menu) on macOS.
So unconditionally use "Ctrl+M" here for now, notwithstanding potential Mac
localization issues (see that German "Ctrl" vs "Strg" issue).
This corrects 9ed1958ba7f75bb4184f09d79814849d06313d72 "I don’t think Macs have
Control keys…"
Change-Id: I2f62c95341fc4079686ac616965675b307a97fde
Diffstat (limited to 'source/text/shared/04')
-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 e21c42acf8..b6cf9781e0 100644 --- a/source/text/shared/04/01010000.xhp +++ b/source/text/shared/04/01010000.xhp @@ -488,7 +488,7 @@ </tablerow> <tablerow> <tablecell> - <paragraph xml-lang="en-US" id="par_idN10BC0" role="tablecontent"><switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+M</paragraph> + <paragraph xml-lang="en-US" id="par_idN10BC0" role="tablecontent">Ctrl+M</paragraph> </tablecell> <tablecell> <paragraph xml-lang="en-US" id="par_idN10BE8" role="tablecontent" l10n="NEW">Removes direct formatting from selected text or objects (as in <emph>Format - Clear Direct Formatting</emph>)</paragraph> |