This would make scrolling the feed without a using the mouse possible.
Git commit f79c32436ac132b42c2d87e236132acfb19ea446 by Joshua Goins. Committed on 09/06/2024 at 02:44. Pushed by redstrate into branch 'master'. Support PageUp/PageDown keys to quickly navigate the timeline Does exactly what it says! M +10 -0 src/content/ui/TimelinePage.qml https://invent.kde.org/network/tokodon/-/commit/f79c32436ac132b42c2d87e236132acfb19ea446
Git commit 297ceb0c191a3a63100cc6d55b85df251a312d2f by Joshua Goins. Committed on 09/06/2024 at 02:45. Pushed by redstrate into branch 'release/24.05'. Support PageUp/PageDown keys to quickly navigate the timeline Does exactly what it says! (cherry picked from commit f79c32436ac132b42c2d87e236132acfb19ea446) M +10 -0 src/content/ui/TimelinePage.qml https://invent.kde.org/network/tokodon/-/commit/297ceb0c191a3a63100cc6d55b85df251a312d2f
Works great, thanks for implementing this!