Bug 487507 - Support for PgUp and PgDn keys
Summary: Support for PgUp and PgDn keys
Status: RESOLVED FIXED
Alias: None
Product: Tokodon
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Arch Linux Linux
: NOR wishlist
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-25 00:06 UTC by Thomas Faughnan
Modified: 2024-06-19 20:54 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 24.05.1
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!