mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 15:35:56 +03:00
[PR #111] [MERGED] Add keyboard controls to playback controller #431
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#431
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jpochyla/psst/pull/111
Author: @JuliDi
Created: 8/18/2021
Status: ✅ Merged
Merged: 8/18/2021
Merged by: @jpochyla
Base:
master← Head:add-more-keyboard-commands📝 Commits (5)
1612a38Add cmd+h for hide and ctrl+space for pause/resume5a3fdbcrevert ctrl+space for pauseeeb6cb8add pause/resume with space and left/right for previous next4258d8cadd volume control with + and - keys88888c4Fix some corner-cases in the playback shortcuts📊 Changes
1 file changed (+49 additions, -10 deletions)
View changed files
📝
psst-gui/src/controller/playback.rs(+49 -10)📄 Description
As discussed in #108, more keyboard controls are added to the playback controller.
For now, this includes:
Spacefor pause/resumeRight/Left Arrowfor next/previous song+/-for increase/decrease volumeOne todo for this change (in a new PR?) would be reading those keys from the config file to make the shortcuts changeable via the settings. But I'd need some input on on how this should be implemented.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.