Bug 487507

Summary: Support for PgUp and PgDn keys
Product: [Applications] Tokodon Reporter: Thomas Faughnan <thomas>
Component: generalAssignee: Unassigned bugs mailing-list <unassigned-bugs>
Status: RESOLVED FIXED    
Severity: wishlist CC: carl, josh
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In: 24.05.1
Sentry Crash Report:

Description Thomas Faughnan 2024-05-25 00:06:16 UTC
This would make scrolling the feed without a using the mouse possible.
Comment 1 Joshua Goins 2024-06-09 02:45:44 UTC
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
Comment 2 Joshua Goins 2024-06-09 02:46:05 UTC
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
Comment 3 Thomas Faughnan 2024-06-12 20:25:47 UTC
Works great, thanks for implementing this!