From ba3779db0769556b11b8b4c6bf6db386753c323d Mon Sep 17 00:00:00 2001 From: Sem Vissscher Date: Wed, 16 Dec 2020 20:10:05 +0100 Subject: [PATCH] Updated comment - touchbar plugin --- plugins/touchbar/back.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/touchbar/back.js b/plugins/touchbar/back.js index 21c8201a..9bead4d2 100644 --- a/plugins/touchbar/back.js +++ b/plugins/touchbar/back.js @@ -16,7 +16,7 @@ const titleSelector = '.title.style-scope.ytmusic-player-bar'; // This selects the song image const imageSelector = '#layout > ytmusic-player-bar > div.middle-controls.style-scope.ytmusic-player-bar > img'; -// These keys will be used to go backwards, pause and skip songs +// These keys will be used to go backwards, pause, skip songs, like songs, dislike songs const keys = ['k', 'space', 'j', '+', '_']; const presskey = (window, key) => {