about summary refs log tree commit homepage
path: root/bin/dtas-console
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-12-27 08:59:48 +0000
committerEric Wong <e@80x24.org>2014-12-27 09:02:09 +0000
commita8bb7abac5739a060e094f19d1dbc04e2c361b81 (patch)
tree3010756fe56518221f2f37c664991b66fafc8641 /bin/dtas-console
parent059f0d72aa4663f851187dd98b78a8fda4ce7767 (diff)
downloaddtas-a8bb7abac5739a060e094f19d1dbc04e2c361b81.tar.gz
The '!' and '@' keys are used in mplayer to skip chapters,
so perhaps this is a good analogy.
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 98d3f43..ee0c126 100755
--- a/bin/dtas-console
+++ b/bin/dtas-console
@@ -202,6 +202,8 @@ begin
         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 "!" then c.req_ok("cue prev")
+        when "@" then c.req_ok("cue next")
         when " "
           c.req("play_pause")
         when "r" # cycle through replaygain modes