aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuedong Du <yuedong.du@sun.com>2003-12-01 09:46:00 +0800
committerYuedong Du <york@src.gnome.org>2003-12-01 09:46:00 +0800
commita97ac9fb1eca20c4871e588788d7098017736c2d (patch)
tree5123e39e0e6be3b199fc56b521d25767dfb29849
parent4642aec52b57b652c46b39fc3d019f8d7964e58d (diff)
downloadgsoc2013-evolution-a97ac9fb1eca20c4871e588788d7098017736c2d.tar
gsoc2013-evolution-a97ac9fb1eca20c4871e588788d7098017736c2d.tar.gz
gsoc2013-evolution-a97ac9fb1eca20c4871e588788d7098017736c2d.tar.bz2
gsoc2013-evolution-a97ac9fb1eca20c4871e588788d7098017736c2d.tar.lz
gsoc2013-evolution-a97ac9fb1eca20c4871e588788d7098017736c2d.tar.xz
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/ChangeLog5
-rw-r--r--ui/evolution-mail-list.xml2
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"