diff options
author | Rodney Dawes <dobey@novell.com> | 2005-01-25 06:09:14 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2005-01-25 06:09:14 +0800 |
commit | 501090887ddf9dbe396b6dc831c543cbb0650cda (patch) | |
tree | dcc9d2afa354d325350c29c1f549105e40827862 /ui/evolution-mail-global.xml | |
parent | 4d03027da5c1b8f430d99b17e70225a81a3a2542 (diff) | |
download | gsoc2013-evolution-501090887ddf9dbe396b6dc831c543cbb0650cda.tar.gz gsoc2013-evolution-501090887ddf9dbe396b6dc831c543cbb0650cda.tar.zst gsoc2013-evolution-501090887ddf9dbe396b6dc831c543cbb0650cda.zip |
Add C-A-m as a keybinding for the "Post New Message" menuitem Add C-S-m to
2005-01-24 Rodney Dawes <dobey@novell.com>
* evolution-mail-global.xml: Add C-A-m as a keybinding for the
"Post New Message" menuitem
Add C-S-m to the "Compose New Message" menuitem as well
Fixes #68352
svn path=/trunk/; revision=28537
Diffstat (limited to 'ui/evolution-mail-global.xml')
-rw-r--r-- | ui/evolution-mail-global.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ui/evolution-mail-global.xml b/ui/evolution-mail-global.xml index bbdd142957..b641538d93 100644 --- a/ui/evolution-mail-global.xml +++ b/ui/evolution-mail-global.xml @@ -7,10 +7,12 @@ <cmd name="MailCompose" _tip="Open a window for composing a mail message" - pixtype="pixbuf"/> + pixtype="pixbuf" + accel="*Control**Shift*m"/> <cmd name="MailPost" - _tip="Post a message to a Public folder"/> + _tip="Post a message to a Public folder" + accel="*Control**Alt*m"/> <cmd name="MailStop" _tip="Cancel the current mail operation" |