diff options
-rw-r--r-- | AllLangHelp_shared.mk | 1 | ||||
-rw-r--r-- | source/text/shared/01/menu_view_sidebar.xhp | 3 | ||||
-rw-r--r-- | source/text/shared/01/sidebar_customization.xhp | 54 |
3 files changed, 58 insertions, 0 deletions
diff --git a/AllLangHelp_shared.mk b/AllLangHelp_shared.mk index 7dc3ca0fcf..cadeecc11d 100644 --- a/AllLangHelp_shared.mk +++ b/AllLangHelp_shared.mk @@ -424,6 +424,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\ helpcontent2/source/text/shared/01/SpacePara115 \ helpcontent2/source/text/shared/01/SpellOnline \ helpcontent2/source/text/shared/01/select_template_category \ + helpcontent2/source/text/shared/01/sidebar_customization \ helpcontent2/source/text/shared/01/signexistingpdf \ helpcontent2/source/text/shared/01/signsignatureline \ helpcontent2/source/text/shared/01/styles \ diff --git a/source/text/shared/01/menu_view_sidebar.xhp b/source/text/shared/01/menu_view_sidebar.xhp index 140c854919..0fd82cabb5 100644 --- a/source/text/shared/01/menu_view_sidebar.xhp +++ b/source/text/shared/01/menu_view_sidebar.xhp @@ -50,6 +50,9 @@ <embed href="text/shared/00/00000004.xhp#from_keyboard"/> <paragraph role="paragraph" id="par_id431687037371711"><switchinline select="sys"><caseinline select="MAC"><keycode>Command</keycode></caseinline><defaultinline><keycode>Ctrl</keycode></defaultinline></switchinline><keycode> + F5</keycode></paragraph> </section> +<section id="relatedtopics"> + <paragraph role="paragraph" id="par_id861723729901028" localize="false"><embedvar href="text/shared/01/sidebar_customization.xhp#h1" markup="ignore"/></paragraph> +</section> </body> </helpdocument> diff --git a/source/text/shared/01/sidebar_customization.xhp b/source/text/shared/01/sidebar_customization.xhp new file mode 100644 index 0000000000..10d943d57a --- /dev/null +++ b/source/text/shared/01/sidebar_customization.xhp @@ -0,0 +1,54 @@ +<?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="text/shared/01/sidebar_customization.xhp" indexer="include" status="PUBLISH"> + <title id="tit">Sidebar Settings</title> + <filename>/text/shared/01/sidebar_customization.xhp</filename> + </topic> +</meta> +<body> + +<bookmark branch="index" id="bm_id591723731464836"> + <bookmark_value>sidebar;settings</bookmark_value> +</bookmark> +<section id="sidebar_customization"> + <h1 id="hd_id241723729462819"><variable id="h1"><link href="text/shared/01/sidebar_customization.xhp">Sidebar Settings</link></variable></h1> + <paragraph id="par_id321723729462824" role="paragraph">Jumps to the desired Sidebar deck or opens the customization menu of the Sidebar.</paragraph> +</section> +<section id="howtoget"> + <embed href="text/shared/00/00000004.xhp#from_sidebar"/> + <table id="tab_id811723733934434"> + <tablerow> + <tablecell> + <paragraph id="par_id231723733934435" role="paragraph"><image src="sfx2/res/menu.svg" id="img_id681723733934436" width="1cm" height="1cm"><alt id="alt_id561723733934437">Icon Sidebar Settings</alt></image></paragraph> + </tablecell> + <tablecell> + <paragraph id="par_id401723733934439" role="paragraph">Sidebar Settings</paragraph> + </tablecell> + </tablerow> + </table> +</section> +<h2 id="hd_id311723729722701">Sidebar decks</h2> +<paragraph role="paragraph" id="par_id571723731713096">Activates the corresponding Sidebar deck.</paragraph> +<bookmark branch="hid/sfx/ui/tabbarcontents/unlocktaskpanel" id="bm_id191723729601251" localize="false"/> +<h2 id="hd_id241723729727195">Dock / Undock</h2> +<paragraph role="paragraph" id="par_id291723730974692">Toggle the dock / undock state of the Sidebar.</paragraph> +<bookmark branch="hid/sfx/ui/tabbarcontents/hidesidebar" id="bm_id631723729659089" localize="false"/> +<h2 id="hd_id251723729732358">Close Sidebar</h2> +<paragraph role="paragraph" id="par_id491723731071650">Closes the Sidebar. To re-open the Sidebar use the <menuitem>View</menuitem> menu or <keycode>Ctrl + F5</keycode>.</paragraph> +<h2 id="hd_id651723729737100">Customization</h2> +<paragraph role="paragraph" id="par_id121723731137794">Selects the Sidebar decks to activate. Inactive decks are greyed in the Sidebar. You cannot open an inactive deck from the Sidebar.</paragraph> +<section id="relatedtopics"> + <paragraph role="paragraph" id="par_id611723733001580" localize="false"><embedvar href="text/shared/01/menu_view_sidebar.xhp#sidebar_h1" markup="ignore"/></paragraph> +</section> +</body> +</helpdocument> |