diff options
author | David Adam Bordoley <bordoley@msu.edu> | 2003-05-08 06:24:13 +0800 |
---|---|---|
committer | Dave Bordoley <Bordoley@src.gnome.org> | 2003-05-08 06:24:13 +0800 |
commit | 3237341847b11d96de065abff7665fe935f0fd9a (patch) | |
tree | 4ad0808d38593811e58dfeba7958bcc57f523566 /help | |
parent | aa22c767b7667dbfed2e9c36193cc1b98faba75d (diff) | |
download | gsoc2013-epiphany-3237341847b11d96de065abff7665fe935f0fd9a.tar gsoc2013-epiphany-3237341847b11d96de065abff7665fe935f0fd9a.tar.gz gsoc2013-epiphany-3237341847b11d96de065abff7665fe935f0fd9a.tar.bz2 gsoc2013-epiphany-3237341847b11d96de065abff7665fe935f0fd9a.tar.lz gsoc2013-epiphany-3237341847b11d96de065abff7665fe935f0fd9a.tar.xz gsoc2013-epiphany-3237341847b11d96de065abff7665fe935f0fd9a.tar.zst gsoc2013-epiphany-3237341847b11d96de065abff7665fe935f0fd9a.zip |
Add "To Select Bookmarks and Topics" section.
2003-05-07 David Adam Bordoley <bordoley@msu.edu>
* help/C/epiphany.xml:
Add "To Select Bookmarks and Topics" section.
Diffstat (limited to 'help')
-rw-r--r-- | help/C/epiphany.xml | 58 |
1 files changed, 55 insertions, 3 deletions
diff --git a/help/C/epiphany.xml b/help/C/epiphany.xml index 617dca0da..faac919e5 100644 --- a/help/C/epiphany.xml +++ b/help/C/epiphany.xml @@ -426,9 +426,61 @@ you can choose items related to the display of the web page.</para> </para> </sect2> <sect2 id="to-select-bookmarks"> - <title>To Select Bookmarks</title> - <para> - </para> + <title>To Select Bookmarks and Topics</title> + <para>You can select bookmarks and topics in several +ways. <xref linkend="epiphany-TBL-2"/> describes how to select items in the bookmark window.</para> + <table frame="topbot" id="epiphany-TBL-2"> + <title>Selecting Items in the Bookmarks Window</title> + <tgroup cols="2" colsep="0" rowsep="0"> + <colspec colname="colspec0" colwidth="36.36*"/> + <colspec colname="colspec2" colwidth="63.64*"/> + <thead> + <row rowsep="1"> + <entry valign="top"> + <para>Task</para> + </entry> + <entry colname="colspec2" valign="top"> + <para>Action</para> + </entry> + </row> + </thead> + <tbody> + <row> + <entry colname="colspec0" valign="top"> + <para>Select a bookmark or topic</para> + </entry> + <entry colname="colspec2" valign="top"> + <para>Click on the bookmark or topic.</para> + </entry> + </row> + <row> + <entry colname="colspec0" valign="top"> + <para>Select a group of contiguous bookmarks</para> + </entry> + <entry colname="colspec2" valign="top"> + <para>Press-and-hold <keycap>Shift</keycap>. Click on the first bookmark in the group, then click on the last bookmark in the group.</para> + </entry> + </row> + <row> + <entry colname="colspec0" valign="top"> + <para>Select multiple bookmarks</para> + </entry> + <entry colname="colspec2" valign="top"> + <para>Press-and-hold <keycap>Ctrl</keycap>. +Click on the bookmark that you want to select.</para> + </entry> + </row> + <row> + <entry colname="colspec0" valign="top"> + <para>Select all bookmarks in a topic</para> + </entry> + <entry colname="colspec2" valign="top"> + <para>Choose <menuchoice><guimenu>Edit</guimenu><guimenuitem>Select All</guimenuitem></menuchoice>.</para> + </entry> + </row> + </tbody> + </tgroup> + </table> </sect2> <sect2 id="to-open-bookmark"> <title>To Open a Bookmark in a New Window or Tab</title> |