[Libreoffice-commits] help.git: source/text

Seth Chaiklin (via logerrit) logerrit at kemper.freedesktop.org
Sat Feb 1 11:18:19 UTC 2020


 source/text/shared/00/kbd_shortcuts.xhp |   76 ++++++++++++++++++++++++++++++++
 1 file changed, 76 insertions(+)

New commits:
commit f460f2970c3f11ffc9b7246e0bde1d1f6a10347f
Author:     Seth Chaiklin <sdc.blanco at youmail.dk>
AuthorDate: Sun Jan 26 16:34:50 2020 +0100
Commit:     Seth Chaiklin <sdc.blanco at youmail.dk>
CommitDate: Sat Feb 1 12:17:59 2020 +0100

    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 at youmail.dk>

diff --git a/source/text/shared/00/kbd_shortcuts.xhp b/source/text/shared/00/kbd_shortcuts.xhp
new file mode 100644
index 000000000..29bb9bf52
--- /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


More information about the Libreoffice-commits mailing list