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

After searching, how to play the searched song? #472

Closed
kohane27 opened this issue Jun 20, 2024 · 2 comments
Closed

After searching, how to play the searched song? #472

kohane27 opened this issue Jun 20, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@kohane27
Copy link

kohane27 commented Jun 20, 2024

2024-06-21-07-38-22

Apologies for this dumb question. I've been trying to figure this out for hours.

After searching, how to play the searched song?

I didn't remap any keys and pressing Tab or Shift+Tab does not do anything. I just can't move the focus from the search input field back to the "previous window". I tried the following keymap:

[[keymaps]]
command = "FocusPreviousWindow"
key_sequence = "C-h"

C-h is definitely working because I could trigger the help menu, also it moves the windows in the LibraryPage. But after the remap it still does not focus the previous window.

version: spotify_player 0.18.1

Any input is much appreciated. Thank you.

@kohane27 kohane27 added the bug Something isn't working label Jun 20, 2024
@kohane27
Copy link
Author

kohane27 commented Jun 21, 2024

Apologies for the noise. I figured it out.
Turned out it's the bug #436
With only one searched result I thought it's not focusing search result UI: it did; it just did not play the currently selected song (i.e., the bug above).
After building from source the bug is gone and hence my problem is gone too. Sorry and thank you!

@aome510
Copy link
Owner

aome510 commented Jun 21, 2024

#436 fix should be included in the latest version v0.18.2

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