diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:06:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:06:44 +0000 |
commit | ed5640d8b587fbcfed7dd7967f3de04b37a76f26 (patch) | |
tree | 7a5f7c6c9d02226d7471cb3cc8fbbf631b415303 /helpcontent2/source/text/shared/00/kbd_shortcuts.xhp | |
parent | Initial commit. (diff) | |
download | libreoffice-upstream/4%7.4.7.tar.xz libreoffice-upstream/4%7.4.7.zip |
Adding upstream version 4:7.4.7.upstream/4%7.4.7upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'helpcontent2/source/text/shared/00/kbd_shortcuts.xhp')
-rw-r--r-- | helpcontent2/source/text/shared/00/kbd_shortcuts.xhp | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/helpcontent2/source/text/shared/00/kbd_shortcuts.xhp b/helpcontent2/source/text/shared/00/kbd_shortcuts.xhp new file mode 100644 index 000000000..29bb9bf52 --- /dev/null +++ b/helpcontent2/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 |