diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-07-24 03:16:11 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-07-24 03:16:11 +0800 |
commit | e0cdfddc5519e2acdf90cae4a78f66331c881c71 (patch) | |
tree | 6ed7eaad5a2d99033642e7091917ebced16a7d50 /ui | |
parent | 592c4df236c6b872ded93de22519b6dff7e0a644 (diff) | |
download | gsoc2013-evolution-e0cdfddc5519e2acdf90cae4a78f66331c881c71.tar gsoc2013-evolution-e0cdfddc5519e2acdf90cae4a78f66331c881c71.tar.gz gsoc2013-evolution-e0cdfddc5519e2acdf90cae4a78f66331c881c71.tar.bz2 gsoc2013-evolution-e0cdfddc5519e2acdf90cae4a78f66331c881c71.tar.lz gsoc2013-evolution-e0cdfddc5519e2acdf90cae4a78f66331c881c71.tar.xz gsoc2013-evolution-e0cdfddc5519e2acdf90cae4a78f66331c881c71.tar.zst gsoc2013-evolution-e0cdfddc5519e2acdf90cae4a78f66331c881c71.zip |
Bind MessageMove to Control-Shift-V. [#24394]
* evolution-mail-message.xml: Bind MessageMove to Control-Shift-V.
[#24394]
* evolution-addressbook.xml: Bind ContactsMoveToFolder and
ContactsCopyToFolder to Control-Shift-V and Control-Shift-Y for
consistency with the mailer. Also move "Select All" up in the
Edit menu and add a separator before "Delete".
svn path=/trunk/; revision=17554
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 10 | ||||
-rw-r--r-- | ui/evolution-addressbook.xml | 20 | ||||
-rw-r--r-- | ui/evolution-mail-message.xml | 2 |
3 files changed, 25 insertions, 7 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 14b68fc943..ed64701725 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,13 @@ +2002-07-23 Ettore Perazzoli <ettore@ximian.com> + + * evolution-mail-message.xml: Bind MessageMove to Control-Shift-V. + [#24394] + + * evolution-addressbook.xml: Bind ContactsMoveToFolder and + ContactsCopyToFolder to Control-Shift-V and Control-Shift-Y for + consistency with the mailer. Also move "Select All" up in the + Edit menu and add a separator before "Delete". + 2002-07-23 Larry Ewing <lewing@ximian.com> * evolution-message-composer.xml: changed accel for HTML from T to diff --git a/ui/evolution-addressbook.xml b/ui/evolution-addressbook.xml index f82f43d3ba..3ec685f448 100644 --- a/ui/evolution-addressbook.xml +++ b/ui/evolution-addressbook.xml @@ -55,10 +55,12 @@ _tip="Send a mess to the selected contacts."/> <cmd name="ContactsCopyToFolder" _label="Copy to Folder..." - _tip="Copy Contact(s) to Another Folder..."/> + _tip="Copy Contact(s) to Another Folder..." + accel="*Control**Shift*y"/> <cmd name="ContactsMoveToFolder" _label="Move to Folder..." - _tip="Move Contact(s) to Another Folder..."/> + _tip="Move Contact(s) to Another Folder..." + accel="*Control**Shift*v"/> </commands> <menu> @@ -98,6 +100,10 @@ <placeholder name="EditPlaceholder"> <submenu name="Edit" _label="_Edit"> + <menuitem name="ContactsSelectAll" verb="" _label="_Select All"/> + + <separator f="" name="eadbk2"/> + <menuitem name="ContactsCut" verb="" _label="C_ut" pixtype="pixbuf"/> @@ -107,11 +113,10 @@ <menuitem name="ContactsPaste" verb="" _label="_Paste" pixtype="pixbuf"/> + <separator f="" name="eadbk6"/> + <menuitem name="ContactDelete" verb="" _label="_Delete" pixtype="pixbuf"/> - <separator f="" name="eadbk2"/> - - <menuitem name="ContactsSelectAll" verb="" _label="_Select All"/> </submenu> </placeholder> @@ -124,9 +129,12 @@ <menuitem name="ContactsSendMessageToContact" _label="_Send Message to Contact..." verb=""/> + <menuitem name="ContactActionStop" verb="ContactStop" _label="Stop"/> + + <separator f="" name="eadbk5"/> + <menuitem name="ContactsCopyToFolder" _label="_Copy to Folder..." verb=""/> <menuitem name="ContactsMoveToFolder" _label="_Move to Folder..." verb=""/> - <menuitem name="ContactActionStop" verb="ContactStop" _label="Stop"/> </placeholder> </submenu> diff --git a/ui/evolution-mail-message.xml b/ui/evolution-mail-message.xml index fcddea42f2..6f11dd645f 100644 --- a/ui/evolution-mail-message.xml +++ b/ui/evolution-mail-message.xml @@ -83,7 +83,7 @@ <cmd name="MessageMove" _tip="Move selected message(s) to another folder" - accel="*Control**Shift*m" + accel="*Control**Shift*v" pixtype="pixbuf"/> <cmd name="MessageOpen" |