Unity Issue Tracker - Search selection goes sideways when using arrow down/up keyboard keys in Grid view of Unity Search window
Closed
UUM-15404
Search selection goes sideways when using arrow down/up keyboard keys in Grid view of Unity Search window
Unity: Search
Usability
Won't Fix
2023.1.X
2022.2.X
2022.1.X
2021.3.X
This is on purpose: the focus is always in the searchfield and Left/right arrow are ALWAYS moving the cursor while up/down arrow are moving the selection.
Workaround: you can always use Pageup + PageDown to navigate selection faster.
How to reproduce:
1. Open a new Unity project
2. Press “Ctrl + K” (“⌘ + K” on macOS) key combination on keyboard to open the Unity Search window
3. Change the view to “Grid view” at the bottom of window
4. Enter ‘m' symbol in the search
5. Navigate through search results using the ‘↓’ and '↑’ keys
Expected result: Search selection goes up and down, respectively
Actual result: Search selection goes sideways