[PR #453] [MERGED] Adds ability to seek with arrow keys #546

Closed
opened 2026-02-28 14:33:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jpochyla/psst/pull/453
Author: @jacksongoode
Created: 2/7/2024
Status: Merged
Merged: 2/11/2024
Merged by: @Insprill

Base: masterHead: jackson/arrow-seek


📝 Commits (4)

📊 Changes

5 files changed (+66 additions, -26 deletions)

View changed files

📝 psst-gui/src/controller/playback.rs (+26 -2)
📝 psst-gui/src/data/config.rs (+2 -0)
📝 psst-gui/src/ui/playback.rs (+21 -23)
📝 psst-gui/src/ui/preferences.rs (+16 -0)
📝 psst-gui/src/widget/mod.rs (+1 -1)

📄 Description

This changes the arrow key behavior:

  • Left/right - seek 10s forward/behind
  • Shift+left/right - Previous/next track

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jpochyla/psst/pull/453 **Author:** [@jacksongoode](https://github.com/jacksongoode) **Created:** 2/7/2024 **Status:** ✅ Merged **Merged:** 2/11/2024 **Merged by:** [@Insprill](https://github.com/Insprill) **Base:** `master` ← **Head:** `jackson/arrow-seek` --- ### 📝 Commits (4) - [`1a629c4`](https://github.com/jpochyla/psst/commit/1a629c4b8804375d7eebf56f027e8a373f7d7de7) Add arrow seek - [`ed55534`](https://github.com/jpochyla/psst/commit/ed555346fa785927b8fbe9bb190f9e11689b6ae3) Linting - [`18ae9c1`](https://github.com/jpochyla/psst/commit/18ae9c1b739c36aeda5b11b34af81ac9c401f2e6) Add config for track seeking, standardize logic - [`d871b89`](https://github.com/jpochyla/psst/commit/d871b89ef01c056ca8a465f2d1736c58c979f905) Rename ### 📊 Changes **5 files changed** (+66 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `psst-gui/src/controller/playback.rs` (+26 -2) 📝 `psst-gui/src/data/config.rs` (+2 -0) 📝 `psst-gui/src/ui/playback.rs` (+21 -23) 📝 `psst-gui/src/ui/preferences.rs` (+16 -0) 📝 `psst-gui/src/widget/mod.rs` (+1 -1) </details> ### 📄 Description This changes the arrow key behavior: - Left/right - seek 10s forward/behind - Shift+left/right - Previous/next track --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:33:24 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/psst#546
No description provided.