aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-10-24 13:58:48 +0800
committerChris Lahey <clahey@src.gnome.org>2001-10-24 13:58:48 +0800
commit94f170d48eac9a4806766741d28180374d996c81 (patch)
tree170f0ec93a92cbe60d8db2db16d3321f51bb534d
parentedc1f870d48094fdd52040d8391b1cdb6fa0f4a4 (diff)
downloadgsoc2013-evolution-94f170d48eac9a4806766741d28180374d996c81.tar
gsoc2013-evolution-94f170d48eac9a4806766741d28180374d996c81.tar.gz
gsoc2013-evolution-94f170d48eac9a4806766741d28180374d996c81.tar.bz2
gsoc2013-evolution-94f170d48eac9a4806766741d28180374d996c81.tar.lz
gsoc2013-evolution-94f170d48eac9a4806766741d28180374d996c81.tar.xz
gsoc2013-evolution-94f170d48eac9a4806766741d28180374d996c81.tar.zst
gsoc2013-evolution-94f170d48eac9a4806766741d28180374d996c81.zip
Added Delete and BackSpace keybindings here.
2001-10-24 Christopher James Lahey <clahey@ximian.com> * evolution-addressbook.xml: Added Delete and BackSpace keybindings here. svn path=/trunk/; revision=13979
-rw-r--r--ui/ChangeLog5
-rw-r--r--ui/evolution-addressbook.xml5
2 files changed, 10 insertions, 0 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index 4f196168f3..f2460669bc 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,8 @@
+2001-10-24 Christopher James Lahey <clahey@ximian.com>
+
+ * evolution-addressbook.xml: Added Delete and BackSpace
+ keybindings here.
+
2001-10-22 Anna Marie Dirks <anna@ximian.com>
* evolution-message-composer.xml: Added an accelerator (H_TML) to the Format->Html
diff --git a/ui/evolution-addressbook.xml b/ui/evolution-addressbook.xml
index 73f07252a4..d77d1268f9 100644
--- a/ui/evolution-addressbook.xml
+++ b/ui/evolution-addressbook.xml
@@ -157,4 +157,9 @@
</dockitem>
+ <keybindings>
+ <accel name="Delete" verb="ContactDelete"/>
+ <accel name="BackSpace" verb="ContactDelete"/>
+ </keybindings>
+
</Root>