Git commit 478e69053f735280ea4bdf0cf29caada9e317e53 by Burkhard L?ck. Committed on 17/05/2013 at 18:19. Pushed by lueck into branch 'master'.
add info how to manually add en entry to kwallet BUG:187218 M +19 -2 doc/index.docbook http://commits.kde.org/kwallet/478e69053f735280ea4bdf0cf29caada9e317e53 diff --git a/doc/index.docbook b/doc/index.docbook index ff0daf3..9d6d0a8 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -262,10 +262,13 @@ wallet</para></listitem> <listitem><para>The tree view of the folders contained in the wallet. Click the <guiicon>></guiicon> / <guiicon>v</guiicon> symbols to expand or collapse the tree view.</para></listitem> -<listitem><para>The contents of the selected folder entry at the right side</para></listitem> +<listitem><para>The contents of the selected folder entry at the right side. +By default the password and value are hidden. To display and edit them enable +<guilabel>Show values</guilabel> or click the <guilabel>Show Contents</guilabel> button. +</para></listitem> </itemizedlist> -<para>Folders may be added or deleted via the context menu, and selecting a folder will update +<para>Folders may be added, deleted or renamed via the context menu, and selecting a folder will update the folder entry list and the summary display. Selecting a folder entry will update the entry contents pane, and allow you to edit that entry.</para> @@ -287,6 +290,20 @@ could be created and copied onto a removable flash memory device. Important passwords could be transferred there, so you have them available in other locations.</para> +<sect2 id="kwallet-adding-entries"> +<title>Adding Entries Manually</title> +<para>Open the context menu with the &RMB; click on <guilabel>Maps</guilabel> or +<guilabel>Passwords</guilabel> in the <guilabel>Folder</guilabel> tree view. +Select <guimenuitem>New</guimenuitem> and choose a name for the new entry.</para> +<para>In the folder contents pane select <guilabel>New Entry</guilabel> from +the context menu. For passwords click the <guilabel>Show Contents</guilabel> +button, enter the new password. +For Maps you have to add a <guilabel>Key</guilabel> and a <guilabel>Value</guilabel>. +Click the <guilabel>Save</guilabel> button to store the new entries in the encrypted +wallet file. +</para> +</sect2> + </sect1> </chapter>
