GNOME Bugzilla – Bug 706268
Should initiate search when user starts typing
Last modified: 2013-08-20 12:54:03 UTC
When in the overview page, regardless of current widget focus, when the user starts typing we should initiate a search.
Created attachment 252306 [details] [review] shell: Use GDK_EVENT_* macros Instead of TRUE/FALSE
Created attachment 252307 [details] [review] shell: Start search when typing
Attachment 252306 [details] pushed as 65c0b26 - shell: Use GDK_EVENT_* macros Attachment 252307 [details] pushed as 8c7efd5 - shell: Start search when typing
Created attachment 252330 [details] [review] Feels strange to be taken away from a regular panel when I hit a key. How about this on top? -- shell: Don't start search while on regular panels ... either by just typing or pressing ctrl+F or ctrl+S.
Ugh, nice work there with git bz...
Review of attachment 252330 [details] [review]: Thanks for testing this better than I did :) ::: shell/cc-window.c @@ +1222,3 @@ + + if ((overview || search) && + gtk_search_bar_handle_event (GTK_SEARCH_BAR (self->priv->search_bar), (GdkEvent*) event) == GDK_EVENT_STOP) I'd move this above the initial setting of retval, but looks good.