From f460f2970c3f11ffc9b7246e0bde1d1f6a10347f Mon Sep 17 00:00:00 2001 From: Seth Chaiklin Date: Sun, 26 Jan 2020 16:34:50 +0100 Subject: 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 --- source/text/shared/00/kbd_shortcuts.xhp | 76 +++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 source/text/shared/00/kbd_shortcuts.xhp (limited to 'source/text/shared') 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 @@ + + + + + + + Keyboard Shortcuts + /text/shared/00/kbd_shortcuts.xhp + + + +

Keyboard Shortcuts (to embed)

+ + + + + Command+T + F11 + + + + + + + + Command+F8 + Ctrl+F8 + + + + + + + + Command+F9 + Ctrl+F9 + + + + + + + + Command+Enter + Ctrl+Enter + + + + + + + + Option+Enter + Alt+Enter + + + + + + + + Command+Option+Shift+V + Crtl+Alt+Shift+V + + + + + +
\ No newline at end of file -- cgit