Git commit db301b6b111f2697cb5abf5bf333c209a31bc31e by Burkhard Lück. Committed on 18/06/2016 at 12:20. Pushed by lueck into branch 'master'.
add bookmarks to khelpcenter docbook REVIEW:128198 M +35 -0 doc/khelpcenter/index.docbook http://commits.kde.org/khelpcenter/db301b6b111f2697cb5abf5bf333c209a31bc31e diff --git a/doc/khelpcenter/index.docbook b/doc/khelpcenter/index.docbook index 7f4abc6..113e89a 100644 --- a/doc/khelpcenter/index.docbook +++ b/doc/khelpcenter/index.docbook @@ -799,6 +799,41 @@ entry.</para> </variablelist> +<variablelist id="bookmarks-menu"> + +<varlistentry> +<term><guimenu>Bookmarks</guimenu></term> +<listitem> +<variablelist> +<varlistentry> +<term><menuchoice> +<shortcut><keycombo action="simul">&Ctrl;<keycap>B</keycap></keycombo></shortcut> +<guimenu>Bookmarks</guimenu> +<guimenuitem>Add Bookmark</guimenuitem></menuchoice></term> +<listitem> +<para> +Add a bookmark for the current page, the title of the pages is appended to the bookmarks menu. +Use the action <guimenuitem>Delete Bookmark</guimenuitem> in the context menu of an item to remove it from the menu. +</para> +</listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Bookmarks</guimenu> +<guimenuitem>New Bookmarks Folder</guimenuitem></menuchoice></term> +<listitem> +<para> +Open the <guilabel>New Folder</guilabel> dialog where you can add new submenuitems to the bookmarks menu. +</para> +</listitem> +</varlistentry> + +</variablelist> +</listitem> +</varlistentry> +</variablelist> + <variablelist> <varlistentry> <term><guimenu>Settings</guimenu></term> _______________________________________________ kde-doc-english mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-doc-english
