source/text/swriter/04/01020000.xhp | 52 ++++++++++++++++++++++++------------ 1 file changed, 36 insertions(+), 16 deletions(-)
New commits: commit c57526a8e0e27219928bd99053f2a3b6b32c1a37 Author: Ilmari Lauhakangas <[email protected]> AuthorDate: Mon Mar 9 13:08:54 2026 +0200 Commit: Olivier Hallot <[email protected]> CommitDate: Mon Mar 9 12:36:51 2026 +0100 Writer shortcuts: add Alt+PageUp/PageDown and move Ctrl+PageUp/PageDown to the cursor movement section Change-Id: Ia97afc8f56362ef6806521d7ba54665d454f21bb Reviewed-on: https://gerrit.libreoffice.org/c/help/+/201268 Reviewed-by: Olivier Hallot <[email protected]> Tested-by: Jenkins diff --git a/source/text/swriter/04/01020000.xhp b/source/text/swriter/04/01020000.xhp index b8713bb4ae..d0ed34e16c 100644 --- a/source/text/swriter/04/01020000.xhp +++ b/source/text/swriter/04/01020000.xhp @@ -592,6 +592,42 @@ <paragraph id="hd_id3152957" role="tablecontent">PageDown</paragraph> </tablecell> </tablerow> + + <tablerow> + <tablecell> + <paragraph id="par_id591773051030497" role="tablecontent">Move to the beginning of the previous page</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id181773051054465" role="tablecontent"><switchinline select="sys"><caseinline select="MAC">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+PageUp</paragraph> + </tablecell> + </tablerow> + + <tablerow> + <tablecell> + <paragraph id="par_id1001773051079546" role="tablecontent">Move to the beginning of the next page</paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id461773051087045" role="tablecontent"><switchinline select="sys"><caseinline select="MAC">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+PageDown</paragraph> + </tablecell> + </tablerow> + + <tablerow> + <tablecell> + <paragraph id="par_id3153826" role="tablecontent">Switch cursor between text and header (or move to the beginning of the current page)</paragraph> + </tablecell> + <tablecell> + <paragraph id="hd_id3147083" role="tablecontent"><switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+PageUp</paragraph> + </tablecell> + </tablerow> + + <tablerow> + <tablecell> + <paragraph id="par_id3153872" role="tablecontent">Switch cursor between text and footer (or move to the end of the current page)</paragraph> + </tablecell> + <tablecell> + <paragraph id="hd_id3153846" role="tablecontent"><switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+PageDown</paragraph> + </tablecell> + </tablerow> </table> <h2 id="hd_id391763398577279">Shortcut keys for inserting text</h2> @@ -688,22 +724,6 @@ <paragraph id="hd_id3146967" role="tablecontent"><switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Enter</paragraph> </tablecell> </tablerow> - <tablerow> - <tablecell> - <paragraph id="par_id3153826" role="tablecontent">Switch cursor between text and header</paragraph> - </tablecell> - <tablecell> - <paragraph id="hd_id3147083" role="tablecontent"><switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+PageUp</paragraph> - </tablecell> - </tablerow> - <tablerow> - <tablecell> - <paragraph id="par_id3153872" role="tablecontent">Switch cursor between text and footer</paragraph> - </tablecell> - <tablecell> - <paragraph id="hd_id3153846" role="tablecontent"><switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+PageDown</paragraph> - </tablecell> - </tablerow> </table> <h2 id="hd_id571763426353554">Shortcut keys for deleting text</h2> <table id="tab_id391763425673843">
