-
-
Notifications
You must be signed in to change notification settings - Fork 745
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
Comments
It's |
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 |
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...
# 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.
π Have you checked Spicetify.app page for your issue?
π Is there already an issue for your problem?
βΉ Environment / Computer Info
π 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
The text was updated successfully, but these errors were encountered: