Update the search box to react to Home and End keys as they are more commonly used. For example “Ctrl+F” starts the search. After typing some search text, I would expect:
- “Home” move the cursor to the start of the search box
- “End” move the cursor to the end of the search box
- “Shift” + “Home” selects all search text before the cursor
- “Shift” + “End” selects all search text after the cursor
Home and End currently move to the first and last search result.
This would be helpful because I frequently use the search and constantly change the search criteria. The search saves the previous search criteria and it would be helpful to be able to use the expected behavior of the Home and End keys to quickly select all the search text and clear/change it using ONLY the keyboard.


