mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 15:35:56 +03:00
[GH-ISSUE #91] Addition of keyboard controls #68
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#68
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?
Originally created by @gswdh on GitHub (Aug 17, 2021).
Original GitHub issue: https://github.com/jpochyla/psst/issues/91
On Mac OS hiding with CMD+H and playing/pausing with space bar etc...
@jpochyla commented on GitHub (Aug 18, 2021):
Definitely in the queue!
@JuliDi commented on GitHub (Aug 18, 2021):
Do you have any other suggestions for keyboard controls/shortcuts?
As noted in the PR, I've managed to add CMD+H to hide the application and ctrl+space to pause/resume the song. However, I could not get it to react to a single keystroke (i.e. without a modifier like ctrl or cmd). If there's a solution to that, I could add some more shortcuts.
@jpochyla commented on GitHub (Aug 18, 2021):
I'd like to get complete keyboard navigation working, i.e. keyboard focus for some clickable main-content links. This should probably come with a redesigned search component (and that would need a lot of thinking, first).