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/scalc/04 | |
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/scalc/04')
-rw-r--r-- | source/text/scalc/04/01020000.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/scalc/04/01020000.xhp b/source/text/scalc/04/01020000.xhp index 4f50656b76..d4cb27cf1d 100644 --- a/source/text/scalc/04/01020000.xhp +++ b/source/text/scalc/04/01020000.xhp @@ -176,7 +176,7 @@ <paragraph role="tablecontent" id="hd_id3148744" xml-lang="en-US"><switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Arrow</paragraph> </tablecell> <tablecell> -<paragraph role="tablecontent" id="par_id3159258" xml-lang="en-US">Selects all cells of the range created by the cursor movements using the Ctrl+Arrows key combinations. If used to select rows and columns together, a rectangular cell range is selected.</paragraph> +<paragraph role="tablecontent" id="par_id3159258" xml-lang="en-US">Selects all cells of the range created by the cursor movements using the <switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode>+Arrows</keycode> key combinations. If used to select rows and columns together, a rectangular cell range is selected.</paragraph> </tablecell> </tablerow> <tablerow> |