diff options
author | Christopher James Lahey <clahey@ximian.com> | 2002-05-14 08:43:40 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2002-05-14 08:43:40 +0800 |
commit | d814f34405079b350c1e8c8ac556e38b3f4f4df2 (patch) | |
tree | 5c73c74302055dac7c09030000490f18dfe38f9f /ui/evolution-mail-global.xml | |
parent | cc3b0ad3cd47d7d253857c9c9e11631eeab223df (diff) | |
download | gsoc2013-evolution-d814f34405079b350c1e8c8ac556e38b3f4f4df2.tar.gz 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-global.xml')
-rw-r--r-- | ui/evolution-mail-global.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ui/evolution-mail-global.xml b/ui/evolution-mail-global.xml index 42e631e7c5..7d237cbd89 100644 --- a/ui/evolution-mail-global.xml +++ b/ui/evolution-mail-global.xml @@ -27,12 +27,15 @@ <cmd name="ViewPreview" _tip="Show message preview window" - accel="q" - type="toggle" /> + accel="grave" + type="toggle"/> </commands> <keybindings> + <accel name="*Shift*grave" verb="ViewPreview"/> + <accel name="asciitilde" verb="ViewPreview"/> + <accel name="*Shift*asciitilde" verb="ViewPreview"/> </keybindings> |