Skip to content

Commit ba3779d

Browse files
Sem VissscherSem Vissscher
authored andcommitted
Updated comment - touchbar plugin
1 parent d99aa02 commit ba3779d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/touchbar/back.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const titleSelector = '.title.style-scope.ytmusic-player-bar';
1616
// This selects the song image
1717
const imageSelector = '#layout > ytmusic-player-bar > div.middle-controls.style-scope.ytmusic-player-bar > img';
1818

19-
// These keys will be used to go backwards, pause and skip songs
19+
// These keys will be used to go backwards, pause, skip songs, like songs, dislike songs
2020
const keys = ['k', 'space', 'j', '+', '_'];
2121

2222
const presskey = (window, key) => {

0 commit comments

Comments
 (0)