GNOME Bugzilla – Bug 412033
Find previous when pressing Shift+Return in search field
Last modified: 2007-05-04 20:28:39 UTC
When searching a web page, one enters the search term and then presses the return key to step through the results. I usually do the stepping rather fast and sometimes miss a result and want to go back. With the current behaviour, I have to take the mouse and press the button "Find Previous" or press Shift+Ctrl+G. It would be very nice if I could press Shift+Return to go to the previous result, just like I can press Return to go to the next result. Currently, pressing Shift+Return in the search field does nothing, so it wouldn't conflict with existing behaviour. Additionally, Shift+Return is the same shortcut as in Firefox. The suggested patch adds 8 lines to the entry_key_press_event_cb function in src/ephy-find-toolbar.c. Please consider applying.
Created attachment 83329 [details] [review] Make Shift+Return find the previous result.
Cool idea :). What do others think?
Moving to 2.20 target due to feature and UI freeze for 2.18.
Yes, let's take this one.
Robin, can you commit your patch to trunk?
(In reply to comment #5) > Robin, can you commit your patch to trunk? > No I can't, because I don't have any commit rights. I'm just a regular user..
I've re-tested the patch with the current trunk and it still applies and works perfectly. So, can someone please commit the patch?
Diego?
Reinout? :)
2007-05-04 Diego Escalante Urrelo <diegoe@gnome.org> * src/ephy-find-toolbar.c: Make Shift+Return find previous when searching. Patch by Robin Stocker. Fixes #412033 Committed to trunk. Leaving open because I'm not sure if this should go to 2-18.
Hi Diego, such addition would be considered as a feature addition, and it breaks the policy. So I'm sorry, I don't think it could go in 2.18. Regards,
Then let's close this... Thanks for the patch Robin!