Skip to content

Keyboard navigation for station entry

Julian Schmidhuber requested to merge keyboard-navigation-station-search into master

Mostly adapted from the location entry bar for Epiphany.

A few things to think about:

  • When accepting the suggestion, where to move the cursor on the entry?
  • When should one clear the suggestion position for the entry? I did it always when the entry changed, but maybe we want to keep the selected position if it keeps being valid after changing the entry?
  • Should we dynamically change the entry content like Epiphany does when changing the selection?
  • When pressing Up on the initial state, the last item is selected but the list does not scroll down to it. Should we scroll the list in that case?

Related to #32.

Related to https://gitlab.gnome.org/Teams/Circle/-/issues/195#note_1952284.

Edited by Julian Schmidhuber

Merge request reports