diff options
author | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2021-01-08 15:21:06 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-01-08 15:40:32 +0100 |
commit | 1be17f48daa2fd77eb955410b10edcf21da13749 (patch) | |
tree | c1e39f35b51aafcc949b481f3d98a7a080a8e8f3 /source/text/shared/explorer/database | |
parent | cb92b1c7175df1d38637a5b944f9f96314d26f8b (diff) |
Use switches for Ctrl vs. Command on macOS
Change-Id: Ib0c3b971e927d7828290549dee0c2ffca9873f6a
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/108974
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/shared/explorer/database')
-rw-r--r-- | source/text/shared/explorer/database/11000002.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/shared/explorer/database/11000002.xhp b/source/text/shared/explorer/database/11000002.xhp index 52c9245bde..c5e91dd6ca 100644 --- a/source/text/shared/explorer/database/11000002.xhp +++ b/source/text/shared/explorer/database/11000002.xhp @@ -41,7 +41,7 @@ <paragraph role="heading" id="hd_id3147275" xml-lang="en-US" level="2">Opening a Data Source</paragraph> <list type="unordered"> <listitem> -<paragraph role="paragraph" id="par_id3154143" xml-lang="en-US">To open the data source view, press Ctrl+Shift+F4 in a text, spreadsheet or form document.</paragraph> +<paragraph role="paragraph" id="par_id3154143" xml-lang="en-US">To open the data source view, press <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Shift+F4</keycode> in a text, spreadsheet or form document.</paragraph> </listitem> <listitem> <paragraph role="paragraph" id="par_id3154046" xml-lang="en-US">To view the contents of a database, click the plus sign (+) in front of the name in the data source view.</paragraph> |