Skip to content

fractal-gtk: Improve list keyboard navigation

Previously on both the room list and the message list, our GtkScrolledWindows would not scroll with our focus. This meant users that relied on keyboard navigation were stuck at the top of our room list and the bottom of our message list.

Now we scroll both lists as focus moves, improving navigation for keyboard users.

Merge request reports