diff options
Diffstat (limited to 'ui/evolution-mail-message.xml')
-rw-r--r-- | ui/evolution-mail-message.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ui/evolution-mail-message.xml b/ui/evolution-mail-message.xml index b952b1527f..1447ece12d 100644 --- a/ui/evolution-mail-message.xml +++ b/ui/evolution-mail-message.xml @@ -22,7 +22,8 @@ accel="*Control*v" pixtype="stock" pixname="gtk-paste"/> <cmd name="MailNext" - _tip="Display the next message"/> + _tip="Display the next message" + accel="*Control*Page_Down"/> <cmd name="MailNextFlagged" _tip="Display the next important message"/> @@ -35,7 +36,8 @@ _tip="Display the next unread thread"/> <cmd name="MailPrevious" - _tip="Display the previous message"/> + _tip="Display the previous message" + accel="*Control*Page_Up"/> <cmd name="MailPreviousFlagged" _tip="Display the previous important message"/> |