diff options
author | Yuedong Du <yuedong.du@sun.com> | 2003-12-01 09:46:00 +0800 |
---|---|---|
committer | Yuedong Du <york@src.gnome.org> | 2003-12-01 09:46:00 +0800 |
commit | a97ac9fb1eca20c4871e588788d7098017736c2d (patch) | |
tree | 5123e39e0e6be3b199fc56b521d25767dfb29849 | |
parent | 4642aec52b57b652c46b39fc3d019f8d7964e58d (diff) | |
download | gsoc2013-evolution-a97ac9fb1eca20c4871e588788d7098017736c2d.tar.gz gsoc2013-evolution-a97ac9fb1eca20c4871e588788d7098017736c2d.tar.zst gsoc2013-evolution-a97ac9fb1eca20c4871e588788d7098017736c2d.zip |
change shortcut of 'invert selection' from ctrl+I to shift+ctrl+I.
2003-11-30 Yuedong Du <yuedong.du@sun.com>
* evolution-mail-list.xml: change shortcut of 'invert selection' from
ctrl+I to shift+ctrl+I.
svn path=/trunk/; revision=23509
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-mail-list.xml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 6a0a2c0b0a..6fa3cf8ad0 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2003-11-30 Yuedong Du <yuedong.du@sun.com> + + * evolution-mail-list.xml: change shortcut of 'invert selection' from + ctrl+I to shift+ctrl+I. + 2003-11-18 Rodrigo Moya <rodrigo@ximian.com> * evolution-calendar.xml: removed the 'New...' items, since they are diff --git a/ui/evolution-mail-list.xml b/ui/evolution-mail-list.xml index b9c4a35fdf..8f4e4f3be6 100644 --- a/ui/evolution-mail-list.xml +++ b/ui/evolution-mail-list.xml @@ -16,7 +16,7 @@ <cmd name="EditInvertSelection" _tip="Select all and only the messages that are not currently selected" - accel="*Control*i"/> + accel="*Control**Shift*i"/> <cmd name="EditSelectAll" _tip="Select all visible messages" |