Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'a' in the Browser Artist tab should advance to the next item, as it does in the Song tab #23

Closed
xxxserxxx opened this issue Aug 14, 2024 · 2 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@xxxserxxx
Copy link
Collaborator

UI behavior consistency. Currently, 'a' on an item in the Browser Artist tab adds children items to the Queue, but the cursor stays on the artist. Change this to advance to the next artist on press.

@spezifisch spezifisch self-assigned this Aug 15, 2024
@spezifisch spezifisch added the bug Something isn't working label Aug 15, 2024
@spezifisch spezifisch added this to the v1.0.0 milestone Aug 15, 2024
@spezifisch
Copy link
Owner

This will get fixed with #31 which is the main thing I'm working right now.

Current planned format to handle this in the new keybindings is:

[context.Browser]
a = "addArtistToQueue; cursorDown"

See https://github.com/spezifisch/tview-command/blob/79a67cc37b3b1ce86206b34adeed3d4deeb75e65/example.toml#L65

@xxxserxxx
Copy link
Collaborator Author

I'm going to close this as a dupe of #31.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants