You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Interface focus
Press Tab to engage focus on the first focusable element (likely the "Home" in Sidebar)
Press Shift-Tab
Track list focus
Press Up/Down to navigate the track list
Press Enter or space to play a track
Describe 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, tab to select the track list, enter to focus in that group. Or, some clever UI ordering to prioritize more frequent interactions:
The text was updated successfully, but these errors were encountered:
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
Tab
to engage focus on the first focusable element (likely the "Home" in Sidebar)Shift-Tab
Up/Down
to navigate the track listEnter
orspace
to 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,tab
to select the track list,enter
to focus in that group. Or, some clever UI ordering to prioritize more frequent interactions:The text was updated successfully, but these errors were encountered: