aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution-mail-message.xml
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2002-05-14 08:43:40 +0800
committerChris Lahey <clahey@src.gnome.org>2002-05-14 08:43:40 +0800
commitd814f34405079b350c1e8c8ac556e38b3f4f4df2 (patch)
tree5c73c74302055dac7c09030000490f18dfe38f9f /ui/evolution-mail-message.xml
parentcc3b0ad3cd47d7d253857c9c9e11631eeab223df (diff)
downloadgsoc2013-evolution-d814f34405079b350c1e8c8ac556e38b3f4f4df2.tar
gsoc2013-evolution-d814f34405079b350c1e8c8ac556e38b3f4f4df2.tar.gz
gsoc2013-evolution-d814f34405079b350c1e8c8ac556e38b3f4f4df2.tar.bz2
gsoc2013-evolution-d814f34405079b350c1e8c8ac556e38b3f4f4df2.tar.lz
gsoc2013-evolution-d814f34405079b350c1e8c8ac556e38b3f4f4df2.tar.xz
gsoc2013-evolution-d814f34405079b350c1e8c8ac556e38b3f4f4df2.tar.zst
gsoc2013-evolution-d814f34405079b350c1e8c8ac556e38b3f4f4df2.zip
Replaced q binding with ` for hiding/showing the message view pane.
2002-05-13 Christopher James Lahey <clahey@ximian.com> * evolution-mail-global.xml: Replaced q binding with ` for hiding/showing the message view pane. * evolution-mail-message.xml: Replace n/p with ,/. for doing previous/next unread messages. Removed a few other bindings that interfere with alphanumeric characters. svn path=/trunk/; revision=16772
Diffstat (limited to 'ui/evolution-mail-message.xml')
-rw-r--r--ui/evolution-mail-message.xml29
1 files changed, 20 insertions, 9 deletions
diff --git a/ui/evolution-mail-message.xml b/ui/evolution-mail-message.xml
index a1d02b089a..47ae3a446f 100644
--- a/ui/evolution-mail-message.xml
+++ b/ui/evolution-mail-message.xml
@@ -6,30 +6,27 @@
_tip="Add Sender to Addressbook"/>
<cmd name="MailNext"
- _tip="Display the next message"
- accel="f"/>
+ _tip="Display the next message"/>
<cmd name="MailNextFlagged"
_tip="Display the next important message"/>
<cmd name="MailNextUnread"
_tip="Display the next unread message"
- accel="n"/>
+ accel="period"/>
<cmd name="MailNextThread"
- _tip="Display the next unread thread"
- accel="t"/>
+ _tip="Display the next unread thread"/>
<cmd name="MailPrevious"
- _tip="Display the previous message"
- accel="b"/>
+ _tip="Display the previous message"/>
<cmd name="MailPreviousFlagged"
_tip="Display the previous important message"/>
<cmd name="MailPreviousUnread"
_tip="Display the previous unread message"
- accel="p"/>
+ accel="comma"/>
<cmd name="MessageApplyFilters"
_tip="Apply filter rules to the selected messages"
@@ -196,7 +193,21 @@
</commands>
<keybindings>
-
+ <accel name="*Shift*comma" verb="MailPreviousUnread"/>
+ <accel name="less" verb="MailPreviousUnread"/>
+ <accel name="*Shift*less" verb="MailPreviousUnread"/>
+ <accel name="bracketleft" verb="MailPreviousUnread"/>
+ <accel name="*Shift*bracketleft" verb="MailPreviousUnread"/>
+ <accel name="braceleft" verb="MailPreviousUnread"/>
+ <accel name="*Shift*braceleft" verb="MailPreviousUnread"/>
+
+ <accel name="*Shift*period" verb="MailNextUnread"/>
+ <accel name="greater" verb="MailNextUnread"/>
+ <accel name="*Shift*greater" verb="MailNextUnread"/>
+ <accel name="bracketright" verb="MailNextUnread"/>
+ <accel name="*Shift*bracketright" verb="MailNextUnread"/>
+ <accel name="braceright" verb="MailNextUnread"/>
+ <accel name="*Shift*braceright" verb="MailNextUnread"/>
</keybindings>
<menu>