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

Alt+Left Arrow shortcut doesn't work in the 'Keyboard Shortcut' extension. #3122

Closed
2 tasks done
sevenpkgs opened this issue Aug 2, 2024 · 5 comments
Closed
2 tasks done
Labels
πŸ› bug Something isn't working

Comments

@sevenpkgs
Copy link

sevenpkgs commented Aug 2, 2024

πŸ” Have you checked Spicetify.app page for your issue?

  • I have checked the FAQ

πŸ” Is there already an issue for your problem?

  • I have checked older issues, open and closed

β„Ή Environment / Computer Info

- Spotify version: 1.2.42.290.g242057a2 
- Spicetify version: v2.36.15

πŸ“ Description

Pressing Alt + Left Arrow key is supposed to change the current song to the previous song (according to the code), but that doesn't work.

πŸ“Έ Screenshots

No response

@sevenpkgs sevenpkgs added the πŸ› bug Something isn't working label Aug 2, 2024
@rxri
Copy link
Member

rxri commented Aug 2, 2024

It's ctrl + left arrow.

@rxri rxri closed this as not planned Won't fix, can't repro, duplicate, stale Aug 2, 2024
@sevenpkgs
Copy link
Author

It's ctrl + left arrow.

sorry it was a typo. ctrl + left arrow also doesn't work. I checked again

@rxri
Copy link
Member

rxri commented Aug 2, 2024

It's ctrl + left arrow.

sorry it was a typo. ctrl + left arrow also doesn't work. I checked again

Is your spotify window focused? because it needs to be. I also checked it, and works fine on my end

@sevenpkgs
Copy link
Author

It's ctrl + left arrow.

sorry it was a typo. ctrl + left arrow also doesn't work. I checked again

Is your spotify window focused? because it needs to be. I also checked it, and works fine on my end

Yes it is focused and it still doesn't work. I'm on archlinux with gnome wayland if it helps.

@rxri
Copy link
Member

rxri commented Aug 3, 2024

It's ctrl + left arrow.

sorry it was a typo. ctrl + left arrow also doesn't work. I checked again

Is your spotify window focused? because it needs to be. I also checked it, and works fine on my end

Yes it is focused and it still doesn't work. I'm on archlinux with gnome wayland if it helps.

Spotify doesn't fully support wayland. Use xwayland to launch spotify, and it should work, if not, then it's just because of no support from Spotify side

Sk16er added a commit to Sk16er/cli that referenced this issue Jan 24, 2025
hey bro! this is not my documentation i just forked to test this and found some error as you are saying about the incorrectly calls Spicetify.Player.prev, a non-existent function, instead of Spicetify.Player.back.

Solves spicetify#3122, which was closed without proper testing of the extension. i have fixed this in my forked one i can not do this in the orignal documentation...
Sk16er added a commit to Sk16er/cli that referenced this issue Jan 24, 2025
# issue
 - The shortcut for switching to the previous track in keyboardShortcut.js incorrectly calls Spicetify.Player.prev, a non-existent function, instead of Spicetify.Player.back.

Solves spicetify#3122, which was closed without proper testing of the extension.
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