Skip to content

Fix two kickoff key hanlding issues

David Edmundson requested to merge work/d_ed/kickoff_keys into master
If there's only one item, we still need to to process the newly added
enter key handling that has moved here.

increment/decrement current index will just no-op. We still need to
guard count > 0 as "currentItem" is used.

--

applets/kickoff: Accept key event after handling action triggering

If the listview consumes the key event, no-one else should also perform
an action. This is important as some questionable key forwarding logic
in Kickoff can apparently end up with keys processed by the ListView
twice if they're not consumed.

BUG: 492842

Merge request reports