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 | |
parent | edc1f870d48094fdd52040d8391b1cdb6fa0f4a4 (diff) | |
download | gsoc2013-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
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-addressbook.xml | 5 |
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> |