about summary refs log tree commit homepage
path: root/bin/dtas-console
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-12-21 03:35:09 +0000
committerEric Wong <e@80x24.org>2014-12-21 03:59:03 +0000
commit454e0470974f7f70802543f16e7df0ed34901f66 (patch)
tree6bdf3e202514f52e6bec4ad80cd0b1ec44547502 /bin/dtas-console
parent4d4f2580df48d0928493ed47fa55e393da54cd56 (diff)
downloaddtas-454e0470974f7f70802543f16e7df0ed34901f66.tar.gz
dtas-console: '>' and '<' keys for tracklist next/prev
These key bindings are used in mplayer, too.
Diffstat (limited to 'bin/dtas-console')
-rwxr-xr-xbin/dtas-console2
1 files changed, 2 insertions, 0 deletions
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