diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2006-01-12 22:57:26 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-01-12 22:57:26 +0800 |
commit | 328038a347972c102337e5aabe4023aee1b9295b (patch) | |
tree | 5537aee21044bafa404f064f681f69104db4bf7e /ui/evolution-mail-message.xml | |
parent | 055117811e158aa5900ff82c18bb0241aad76d4f (diff) | |
download | gsoc2013-evolution-328038a347972c102337e5aabe4023aee1b9295b.tar.gz gsoc2013-evolution-328038a347972c102337e5aabe4023aee1b9295b.tar.zst gsoc2013-evolution-328038a347972c102337e5aabe4023aee1b9295b.zip |
Changes accelerator assignment specified in
2006-01-12 Srinivasa Ragavan <sragavan@novell.com>
* evolution-mail-global.xml:
* evolution-mail-message.xml:
* evolution-message-composer.xml:
* evolution.xml:
Changes accelerator assignment specified in
http://go-evolution.org/Shortcut_Keys_Review
svn path=/trunk/; revision=31148
Diffstat (limited to 'ui/evolution-mail-message.xml')
-rw-r--r-- | ui/evolution-mail-message.xml | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/ui/evolution-mail-message.xml b/ui/evolution-mail-message.xml index f3183b68c8..d8984c549c 100644 --- a/ui/evolution-mail-message.xml +++ b/ui/evolution-mail-message.xml @@ -72,12 +72,10 @@ pixtype="pixbuf"/> <cmd name="MessageForwardAttached" - _tip="Forward the selected message to someone as an attachment" - accel="*Control*j"/> + _tip="Forward the selected message to someone as an attachment"/> <cmd name="MessageForwardInline" - _tip="Forward the selected message in the body of a new message" - accel="*Control**Shift*j"/> + _tip="Forward the selected message in the body of a new message"/> <cmd name="MessageForwardQuoted" _tip="Forward the selected message quoted like a reply"/> @@ -101,10 +99,12 @@ <cmd name="MessageMarkAsJunk" _tip="Mark the selected message(s) as junk" + accel="*Control*j" pixtype="pixbuf"/> <cmd name="MessageMarkAsNotJunk" _tip="Mark the selected message(s) as not being junk" + accel="*Control**Shift*j" pixtype="pixbuf"/> <cmd name="MessageFilterJunk" @@ -130,8 +130,7 @@ pixtype="pixbuf"/> <cmd name="MailPost" - _tip="Post a message to a Public folder" - accel="*Control**Alt*m"/> + _tip="Post a message to a Public folder"/> <cmd name="MessagePostReply" _tip="Post a reply to a message in a Public folder" @@ -162,7 +161,7 @@ <cmd name="MessageSearch" _tip="Search for text in the body of the displayed message" - accel="*Control**Alt*f" + accel="*Control**Shift*f" pixtype="stock" pixname="gtk-find"/> <cmd name="MessageUndelete" @@ -177,7 +176,6 @@ <cmd name="PrintPreviewMessage" _tip="Preview the message to be printed" - accel="*Control**Shift*p" pixtype="stock" pixname="gtk-print-preview"/> <cmd name="PrintSetup" @@ -186,7 +184,7 @@ <cmd name="SelectAllText" _tip="Select all the text in a message" - accel="*Control**Alt*a"/> + accel="*Control**Shift*x"/> <cmd name="ToolsFilterMailingList" _tip="Create a rule to filter messages to this mailing list"/> |