[empathy] Map Ctrl-Shift-F to contact search and Ctrl-F to find
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] Map Ctrl-Shift-F to contact search and Ctrl-F to find
- Date: Fri, 18 Mar 2011 13:49:24 +0000 (UTC)
commit 87fe6f3680d91edc933bc767cae6e500b8bac011
Author: Will Thompson <will thompson collabora co uk>
Date: Fri Mar 18 11:19:34 2011 +0000
Map Ctrl-Shift-F to contact search and Ctrl-F to find
As discussed on <https://bugzilla.gnome.org/show_bug.cgi?id=645121>,
currently Ctrl-F opens the contact search dialog, and there's no
keyboard shortcut for searching within the contact list (other than just
typing). The Gnome HIG handles this situation: it says that the former
should be Ctrl-Shift-F and the latter should be Ctrl-F.
<http://library.gnome.org/devel/hig-book/2.32/input-keyboard.html.en#standard-shortcuts>
src/empathy-main-window.ui | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/empathy-main-window.ui b/src/empathy-main-window.ui
index 217b276..864be1d 100644
--- a/src/empathy-main-window.ui
+++ b/src/empathy-main-window.ui
@@ -47,6 +47,7 @@
<property name="name">chat_search_contacts</property>
<property name="label" translatable="yes">_Search for Contactsâ?¦</property>
</object>
+ <accelerator key="f" modifiers="GDK_SHIFT_MASK | GDK_CONTROL_MASK"/>
</child>
<child>
<object class="GtkAction" id="view_show_ft_manager">
@@ -124,6 +125,7 @@
<property name="name">edit_search_contacts</property>
<property name="label" translatable="yes">Find in Contact _List</property>
</object>
+ <accelerator key="f" modifiers="GDK_CONTROL_MASK"/>
</child>
<child>
<object class="GtkAction" id="view">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]