diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-08-15 12:21:19 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-08-19 16:29:02 +0200 |
commit | 709b64df4d40a4972dea43511be7faef204e443f (patch) | |
tree | 7c3128dd6563eb2d61c04e50ad1ae12b55e8e626 /source | |
parent | a2c5184f0ddc6b4b2c86889a536655aa8ec19472 (diff) |
Add Help page on Sidebar settings
Note: Some entries are not mapped because it has not help ID.
"reset to default" omitted but can be added depending on
https://gerrit.libreoffice.org/c/core/+/171906
Change-Id: Ie8754e58deb76e95b2a366e1e7f4d712d3983694
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/171913
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Jenkins
Diffstat (limited to 'source')
-rw-r--r-- | source/text/shared/01/menu_view_sidebar.xhp | 3 | ||||
-rw-r--r-- | source/text/shared/01/sidebar_customization.xhp | 54 |
2 files changed, 57 insertions, 0 deletions
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> |