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-addressbook.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-addressbook.xml')
-rw-r--r-- | ui/evolution-addressbook.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/evolution-addressbook.xml b/ui/evolution-addressbook.xml index 0b81fdeb15..39b0d4f844 100644 --- a/ui/evolution-addressbook.xml +++ b/ui/evolution-addressbook.xml @@ -56,7 +56,7 @@ <cmd name="ContactsViewPreview" _label="_Preview Pane" _tip="Show contact preview window" - accel="grave" + accel="*Control*grave" type="toggle"/> </commands> @@ -152,7 +152,6 @@ </dockitem> <keybindings> - <accel name="*Shift*grave" verb="ContactViewPreview"/> <accel name="Delete" verb="ContactDelete"/> <accel name="BackSpace" verb="ContactDelete"/> </keybindings> |