diff options
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-addressbook.xml | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index df10402fb5..72dfc8f467 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2004-11-23 Hao Sheng <hao.sheng@sun.com> + + * evolution-addressbook.xml: Binding Sun Type 6 Keyboard's + Copy, Paste and Cut keys. + 2004-10-18 Not Zed <NotZed@Ximian.com> ** See bug #67864. diff --git a/ui/evolution-addressbook.xml b/ui/evolution-addressbook.xml index c23dfdff1d..8a5a8858ce 100644 --- a/ui/evolution-addressbook.xml +++ b/ui/evolution-addressbook.xml @@ -141,6 +141,9 @@ <keybindings> <accel name="Delete" verb="ContactDelete"/> <accel name="BackSpace" verb="ContactDelete"/> + <accel name="F16" verb="ContactsCopy"/> + <accel name="F18" verb="ContactsPaste"/> + <accel name="F20" verb="ContactsCut"/> </keybindings> </Root> |