From 1dcca8d02abab0f3ad511ed14a45c0fa67e8b6ca Mon Sep 17 00:00:00 2001 From: Florrie Date: Fri, 28 Dec 2018 20:18:50 -0400 Subject: (Ctrl+L) to select playing track in queue --- ui.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui.js') diff --git a/ui.js b/ui.js index 7013ea5..cd2f409 100644 --- a/ui.js +++ b/ui.js @@ -943,6 +943,8 @@ class GrouplikeListingElement extends Form { this.form.scrollToBeginning() } else if (telc.isCharacter(keyBuf, 'G')) { this.form.selectAndShow(this.grouplike.items[this.grouplike.items.length - 1]) + } else if (keyBuf[0] === 12 && this.grouplike.isTheQueue) { // ctrl-L + this.form.selectAndShow(this.recordStore.app.playingTrack) } else { return super.keyPressed(keyBuf) } -- cgit 1.3.0-6-gf8a5