diff options
-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> |