Skip to content

Commit

Permalink
fix(keyboardShortcut): change called function to skip song (#3273)
Browse files Browse the repository at this point in the history
  • Loading branch information
lunegh authored Jan 24, 2025
1 parent 01f5cc5 commit cfda93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Extensions/keyboardShortcut.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"/": { callback: () => Spicetify.Platform.History.replace("/search") },

// CTRL + Arrow Left Next and CTRL + Arrow Right Previous Song
"ctrl+left": { callback: () => Spicetify.Player.prev() },
"ctrl+left": { callback: () => Spicetify.Player.back() },
"ctrl+right": { callback: () => Spicetify.Player.next() },

// CTRL + Arrow Up Increase Volume CTRL + Arrow Down Decrease Volume
Expand Down

0 comments on commit cfda93b

Please sign in to comment.