aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorMichael Meeks <michael@helixcode.com>2000-10-04 09:37:28 +0800
committerMichael Meeks <mmeeks@src.gnome.org>2000-10-04 09:37:28 +0800
commit4d25bee5382622ca6e3e84c931860eb8dec10a75 (patch)
treea28151e8866ba1597c04e2c44c684b54aa727d38 /ui
parent6fa605605b52c3876dd0691bb1633f9b074be9ed (diff)
downloadgsoc2013-evolution-4d25bee5382622ca6e3e84c931860eb8dec10a75.tar
gsoc2013-evolution-4d25bee5382622ca6e3e84c931860eb8dec10a75.tar.gz
gsoc2013-evolution-4d25bee5382622ca6e3e84c931860eb8dec10a75.tar.bz2
gsoc2013-evolution-4d25bee5382622ca6e3e84c931860eb8dec10a75.tar.lz
gsoc2013-evolution-4d25bee5382622ca6e3e84c931860eb8dec10a75.tar.xz
gsoc2013-evolution-4d25bee5382622ca6e3e84c931860eb8dec10a75.tar.zst
gsoc2013-evolution-4d25bee5382622ca6e3e84c931860eb8dec10a75.zip
bind 'D' to MessageDelete; a proto binding.
2000-10-04 Michael Meeks <michael@helixcode.com> * evolution-mail.xml: bind 'D' to MessageDelete; a proto binding. svn path=/trunk/; revision=5700
Diffstat (limited to 'ui')
-rw-r--r--ui/ChangeLog4
-rw-r--r--ui/evolution-mail.xml11
2 files changed, 13 insertions, 2 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index c140fea69a..cad6615a84 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,5 +1,9 @@
2000-10-04 Michael Meeks <michael@helixcode.com>
+ * evolution-mail.xml: bind 'D' to MessageDelete; a proto binding.
+
+2000-10-04 Michael Meeks <michael@helixcode.com>
+
* evolution-calendar.xml: move Open, Save into FileOps
* evolution.xml: add FileOps placeholder.
diff --git a/ui/evolution-mail.xml b/ui/evolution-mail.xml
index 1b3504788e..5747eb0ce7 100644
--- a/ui/evolution-mail.xml
+++ b/ui/evolution-mail.xml
@@ -1,9 +1,16 @@
<Root>
+
+ <keybindings>
+
+ <accel name="D" verb="MessageDelete"/>
+
+ </keybindings>
+
<menu>
- <submenu name="File" _label="_File">
- <placeholder name="Print">
+ <submenu name="File" _label="_File">
+ <placeholder name="Print">
<menuitem name="Print" verb="PrintMessage"
_label="Print message..."