Skip to content

Commit

Permalink
Fix ui row selection on keyboard navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
quexten committed Feb 10, 2024
1 parent 76baf9e commit 8684806
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui/src/gui/quickaccess.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ def handle_keypress(cotroller, keyval, keycode, state, user_data):
# focus results
if self.results_list.get_first_child() != None:
self.results_list.get_first_child().grab_focus()
self.results_list.select_row(self.results_list.get_first_child())

if keyval == 113:
return False
Expand Down

0 comments on commit 8684806

Please sign in to comment.