« get me outta code hell

mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
path: root/ui.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui.js')
-rw-r--r--ui.js2
1 files changed, 2 insertions, 0 deletions
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)
     }