aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHao Sheng <hao.sheng@sun.com>2004-11-23 11:46:19 +0800
committerHarry Lu <haip@src.gnome.org>2004-11-23 11:46:19 +0800
commita737e6f5b5211259a18dece7710b51119365950f (patch)
tree803771b05846e2a00057de128f25f25d5de80f45
parentb9d1a9df61448b1163f26da1d2a699db8f6d6be2 (diff)
downloadgsoc2013-evolution-a737e6f5b5211259a18dece7710b51119365950f.tar
gsoc2013-evolution-a737e6f5b5211259a18dece7710b51119365950f.tar.gz
gsoc2013-evolution-a737e6f5b5211259a18dece7710b51119365950f.tar.bz2
gsoc2013-evolution-a737e6f5b5211259a18dece7710b51119365950f.tar.lz
gsoc2013-evolution-a737e6f5b5211259a18dece7710b51119365950f.tar.xz
gsoc2013-evolution-a737e6f5b5211259a18dece7710b51119365950f.tar.zst
gsoc2013-evolution-a737e6f5b5211259a18dece7710b51119365950f.zip
Binding Sun Type 6 Keyboard's Copy, Paste and Cut keys.
2004-11-23 Hao Sheng <hao.sheng@sun.com> * evolution-addressbook.xml: Binding Sun Type 6 Keyboard's Copy, Paste and Cut keys. svn path=/trunk/; revision=27970
-rw-r--r--ui/ChangeLog5
-rw-r--r--ui/evolution-addressbook.xml3
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>