mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[GH-ISSUE #459] Interface not navigable with keyboard on macOS #288
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#288
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 @peterkos on GitHub (Feb 18, 2024).
Original GitHub issue: https://github.com/jpochyla/psst/issues/459
Is your feature request related to a problem? Please describe.
Navigating the interface should be accessible with just the keyboard, for situations when using a mouse is less convenient.
macOS has a toggle for setting (System Prefs > Keyboard > Keyboard Navigation), and it's really useful for quick actions.

Describe the solution you'd like
Tabto engage focus on the first focusable element (likely the "Home" in Sidebar)Shift-TabUp/Downto navigate the track listEnterorspaceto play a trackDescribe alternatives you've considered
N/A
Additional context

It would be really cool if this could also do "Full Keyboard Access" (System Prefs > Accessibility > Keyboard) but that's probably a better next step. For example, each section of the UI would be like
<div>'d out: to go Sidebar -> Content would require "up" the group,tabto select the track list,enterto focus in that group. Or, some clever UI ordering to prioritize more frequent interactions:@jacksongoode commented on GitHub (Feb 20, 2024):
Thank you for this suggestion! I think this is something that we can definitely work on.