diff options
author | Rodney Dawes <dobey@ximian.com> | 2004-01-27 06:35:19 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2004-01-27 06:35:19 +0800 |
commit | ffb6a1d2292be2909273e276fba93951ee6276c5 (patch) | |
tree | 4435ed4aac3826b23432a712fe6605554d612b9b /ui/evolution-mail-global.xml | |
parent | 9afd7b374382711f85bb3b93e6ee79de9af45ade (diff) | |
download | gsoc2013-evolution-ffb6a1d2292be2909273e276fba93951ee6276c5.tar.gz gsoc2013-evolution-ffb6a1d2292be2909273e276fba93951ee6276c5.tar.zst gsoc2013-evolution-ffb6a1d2292be2909273e276fba93951ee6276c5.zip |
Get rid of all the *Shift*character keybindings, so people can actually
2004-01-26 Rodney Dawes <dobey@ximian.com>
* evolution-addressbook.xml:
* evolution-mail-global.xml:
* evolution-mail-message.xml: Get rid of all the *Shift*character
keybindings, so people can actually type things in the search bar,
Just use *Control*basekey instead
Fixes #41769
svn path=/trunk/; revision=24451
Diffstat (limited to 'ui/evolution-mail-global.xml')
-rw-r--r-- | ui/evolution-mail-global.xml | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/ui/evolution-mail-global.xml b/ui/evolution-mail-global.xml index 6c6716cfe6..8e2059d62b 100644 --- a/ui/evolution-mail-global.xml +++ b/ui/evolution-mail-global.xml @@ -27,18 +27,11 @@ <cmd name="ViewPreview" _tip="Show message preview window" - accel="grave" + accel="*Control*grave" type="toggle"/> </commands> - <keybindings> - <accel name="*Shift*grave" verb="ViewPreview"/> - <accel name="asciitilde" verb="ViewPreview"/> - <accel name="*Shift*asciitilde" verb="ViewPreview"/> - - </keybindings> - <menu> <submenu name="View" _label="_View"> |