diff options
author | Hao Sheng <hao.sheng@sun.com> | 2004-11-23 11:46:19 +0800 |
---|---|---|
committer | Harry Lu <haip@src.gnome.org> | 2004-11-23 11:46:19 +0800 |
commit | a737e6f5b5211259a18dece7710b51119365950f (patch) | |
tree | 803771b05846e2a00057de128f25f25d5de80f45 /ui/evolution-addressbook.xml | |
parent | b9d1a9df61448b1163f26da1d2a699db8f6d6be2 (diff) | |
download | gsoc2013-evolution-a737e6f5b5211259a18dece7710b51119365950f.tar.gz 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
Diffstat (limited to 'ui/evolution-addressbook.xml')
-rw-r--r-- | ui/evolution-addressbook.xml | 3 |
1 files changed, 3 insertions, 0 deletions
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> |