From 454e0470974f7f70802543f16e7df0ed34901f66 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 21 Dec 2014 03:35:09 +0000 Subject: dtas-console: '>' and '<' keys for tracklist next/prev These key bindings are used in mplayer, too. --- bin/dtas-console | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/dtas-console') 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 -- cgit v1.2.3-24-ge0c7