diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-10-24 13:58:48 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-10-24 13:58:48 +0800 |
commit | 94f170d48eac9a4806766741d28180374d996c81 (patch) | |
tree | 170f0ec93a92cbe60d8db2db16d3321f51bb534d /ui/evolution-addressbook.xml | |
parent | edc1f870d48094fdd52040d8391b1cdb6fa0f4a4 (diff) | |
download | gsoc2013-evolution-94f170d48eac9a4806766741d28180374d996c81.tar.gz 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
Diffstat (limited to 'ui/evolution-addressbook.xml')
-rw-r--r-- | ui/evolution-addressbook.xml | 5 |
1 files changed, 5 insertions, 0 deletions
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> |