SearchDialog: Improve up/down item navigation
- Don't increment the current index when using the down key to get from the search field to the list view, otherwise we'll skip the first entry.
- Also force the focus to the list view when navigating backwards, so we actually see what's selected.