diff options
author | Aaron Weber <aaron@src.gnome.org> | 2004-02-11 06:24:54 +0800 |
---|---|---|
committer | Aaron Weber <aaron@src.gnome.org> | 2004-02-11 06:24:54 +0800 |
commit | bd6d1b36233615b02a6fc91bca54e0dd36c03dac (patch) | |
tree | f81084f347a5944b0911bf1b3c26bff45e3f1af9 /help/C/menuref.xml | |
parent | 5597ba679c773ac8ad159c31c070dd7f034b99ff (diff) | |
download | gsoc2013-evolution-bd6d1b36233615b02a6fc91bca54e0dd36c03dac.tar.gz gsoc2013-evolution-bd6d1b36233615b02a6fc91bca54e0dd36c03dac.tar.zst gsoc2013-evolution-bd6d1b36233615b02a6fc91bca54e0dd36c03dac.zip |
C2004-02-10 Aaron Weber <aaron@ximian.com>
* C/usage-mail.xml: Fix bugs noted by Dimitrios. Special thanks to him for this patch.
* C/usage-mail-org.xml: especially to filtering section
* C/usage-print.xml: Remove, this is not a useful section.
* C/usage-contacts: spelling
* C/config-prefs.xml: lots of user-suggested corrections here.
* C/Makefile.am: delete printing page and related images.
* Also some places in menuref and so forth.
svn path=/trunk/; revision=24693
Diffstat (limited to 'help/C/menuref.xml')
-rw-r--r-- | help/C/menuref.xml | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/help/C/menuref.xml b/help/C/menuref.xml index 86f687383b..3bd09b9d19 100644 --- a/help/C/menuref.xml +++ b/help/C/menuref.xml @@ -22,20 +22,19 @@ <term>New Item:</term> <listitem> <para> - Press <keycombo action="simul"> <keycap>Ctrl</keycap> - <keycap>N</keycap> </keycombo> to open a new item + Press <keycombo action="simul"> <keycap>Ctrl</keycap> <keycap>N</keycap></keycombo> to open a new item for whatever part of Ximian Evolution you're working on. In mail, that means you'll create a new message. If you're looking at your address book, <keycombo action="simul"> <keycap>Ctrl</keycap> - <keycap>N</keycap> </keycombo> creates a new contact + <keycap>N</keycap></keycombo> creates a new contact card, and in the calendar, a new appointment. </para> </listitem> </varlistentry> - +<!-- <varlistentry> <term>Create a new folder:</term> <listitem> @@ -50,7 +49,7 @@ </para> </listitem> </varlistentry> - +--> <varlistentry> <term>Create a new Shortcut in the Evolution Bar:</term> <listitem> @@ -225,11 +224,11 @@ <listitem> <para> Double-click the message you want to view, or select - it and press <keycap>Return</keycap> + it and press <keycap>Return</keycap> or <keycombo action="simul"> <keycap>Ctrl</keycap> <keycap>O</keycap> - </keycombo> + </keycombo>. </para> </listitem> </varlistentry> @@ -275,7 +274,7 @@ <para> <menuchoice><guimenu>File</guimenu> <guisubmenu>New</guisubmenu> - <guimenuitem>Appointment</guimenuitem> </menuchoice> or + <guimenuitem>Appointment</guimenuitem> </menuchoice> or <keycombo action="simul"> <keycap>Ctrl</keycap> <keycap>Shift</keycap> @@ -379,15 +378,17 @@ <listitem> <para> Double-click in any blank space in the contact - manager to create a new address card. You can also + manager to create a new address card, or right-click anywhere + in the address book and select <guilabel>New + Contact</guilabel>. You can also select use <menuchoice><guimenu>File</guimenu> <guisubmenu>New</guisubmenu> - <guimenuitem>Contact</guimenuitem> </menuchoice> or + <guimenuitem>Contact</guimenuitem> </menuchoice> or press <keycombo action="simul"> <keycap>Ctrl</keycap> <keycap>Shift</keycap> <keycap>C</keycap> - </keycombo> + </keycombo>. </para> </listitem> </varlistentry> |