diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2020-01-26 16:34:50 +0100 |
---|---|---|
committer | Seth Chaiklin <sdc.blanco@youmail.dk> | 2020-02-01 12:17:59 +0100 |
commit | f460f2970c3f11ffc9b7246e0bde1d1f6a10347f (patch) | |
tree | ea550ff27f34a73194547e5bb772223aad6019ab | |
parent | 35281f4c9178f373609a61f0a44e268b179c5749 (diff) |
make new help page with keyboard shortcuts to embed in help pages
- provides sys-specific variations for
- (styles window) F11
- (toggle "show field shading") Ctrl+F8
- (toggle "show fields") Ctrl+F9
- (manual page break) Crtl+Enter
- (paste unformatted text) Ctrl+Alt+Shift+V
Change-Id: Ibee225d7654bf1898af7e6cb3009057a9e334efc
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/87457
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco@youmail.dk>
-rw-r--r-- | source/text/shared/00/kbd_shortcuts.xhp | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/source/text/shared/00/kbd_shortcuts.xhp b/source/text/shared/00/kbd_shortcuts.xhp new file mode 100644 index 0000000000..29bb9bf522 --- /dev/null +++ b/source/text/shared/00/kbd_shortcuts.xhp @@ -0,0 +1,76 @@ +<?xml version="1.0" encoding="UTF-8"?> +<helpdocument version="1.0"> +<!-- + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * +--> + +<meta> + <topic id="textshared00kbdshortcut" indexer="exclude"> + <title id="tit" xml-lang="en-US">Keyboard Shortcuts</title> + <filename>/text/shared/00/kbd_shortcuts.xhp</filename> + </topic> +</meta> +<body> +<h1 id="hd_id801580051149152">Keyboard Shortcuts (to embed)</h1> + +<paragraph role="paragraph" id="par_id111580052612843"> + <variable id="F11"> + <switchinline select="sys"> + <caseinline select="MAC"><keycode>Command+T</keycode></caseinline> + <defaultinline><keycode>F11</keycode></defaultinline> + </switchinline> + </variable> +</paragraph> + +<paragraph role="paragraph" id="par_id991580052612844"> + <variable id="togglefieldshading"> + <switchinline select="sys"> + <caseinline select="MAC"><keycode>Command+F8</keycode></caseinline> + <defaultinline><keycode>Ctrl+F8</keycode></defaultinline> + </switchinline> + </variable> +</paragraph> + +<paragraph role="paragraph" id="par_id111580052612822"> + <variable id="toggleshowfields"> + <switchinline select="sys"> + <caseinline select="MAC"><keycode>Command+F9</keycode></caseinline> + <defaultinline><keycode>Ctrl+F9</keycode></defaultinline> + </switchinline> + </variable> +</paragraph> + +<paragraph role="paragraph" id="par_id991580052612821"> + <variable id="pagebreak"> + <switchinline select="sys"> + <caseinline select="MAC"><keycode>Command+Enter</keycode></caseinline> + <defaultinline><keycode>Ctrl+Enter</keycode></defaultinline> + </switchinline> + </variable> +</paragraph> + +<paragraph role="paragraph" id="par_id4915807652612821"> + <variable id="insertnewpara"> + <switchinline select="sys"> + <caseinline select="MAC"><keycode>Option+Enter</keycode></caseinline> + <defaultinline><keycode>Alt+Enter</keycode></defaultinline> + </switchinline> + </variable> +</paragraph> + +<paragraph role="paragraph" id="par_id4925907652612821"> + <variable id="pasteunformatted"> + <switchinline select="sys"> + <caseinline select="MAC"><keycode>Command+Option+Shift+V</keycode></caseinline> + <defaultinline><keycode>Crtl+Alt+Shift+V</keycode></defaultinline> + </switchinline> + </variable> +</paragraph> + +</body> +</helpdocument>
\ No newline at end of file |