dtas-all
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] dtas-console: '>' and '<' keys for tracklist next/prev


From: Eric Wong
Subject: [PATCH] dtas-console: '>' and '<' keys for tracklist next/prev
Date: Sun, 21 Dec 2014 03:59:35 +0000

These key bindings are used in mplayer, too.
---
 bin/dtas-console | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bin/dtas-console b/bin/dtas-console
index c28d92d..98d3f43 100755
--- a/bin/dtas-console
+++ b/bin/dtas-console
@@ -200,6 +200,8 @@ begin
         when "0" then c.req_ok("rg preamp+=1")
         when "F" then c.req_ok("rg fallback_gain+=1")
         when "f" then c.req_ok("rg fallback_gain-=1")
+        when ">" then c.req_ok("tl next")
+        when "<" then c.req_ok("tl prev")
         when " "
           c.req("play_pause")
         when "r" # cycle through replaygain modes
-- 
EW




reply via email to

[Prev in Thread] Current Thread [Next in Thread]