GNOME Bugzilla – Bug 772358
open up a search box with ctrl+f
Last modified: 2016-10-12 11:10:32 UTC
Could you show up the search box when the user presses ctrl+f? It confuses me every time, I press it and nothing happens, and then I realize I need to start typing right away (although the search button is visible in the header bar, so ctrl+f is an expected shortcut to trigger it). Thanks. gnome-software-3.22.0-1.fc25.x86_64
I think this is supposed to be handled by gtk_search_bar_handle_event(), right?
(In reply to Richard Hughes from comment #1) > I think this is supposed to be handled by gtk_search_bar_handle_event(), > right? No, GtkSearchBar doesn't handle any shortcuts like that.
commit 7f61062f2fa398266e2ca15151577d19f38ec8c0 Author: Richard Hughes <richard@hughsie.com> Date: Wed Oct 12 11:43:55 2016 +0100 Show the search bar when the user does ctrl+f Resolves: https://bugzilla.gnome.org/show_bug.cgi?id=772358 :100644 100644 8cf2927... dc4c470... M src/gs-shell.c