dtas-all
[Top][All Lists]
Advanced

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

[PATCH 1/3] dtas-console: keys for "cue next/prev"


From: Eric Wong
Subject: [PATCH 1/3] dtas-console: keys for "cue next/prev"
Date: Sat, 27 Dec 2014 12:02:56 +0000

The '!' and '@' keys are used in mplayer to skip chapters,
so perhaps this is a good analogy.
---
 bin/dtas-console | 2 ++
 1 file changed, 2 insertions(+)

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
-- 
EW




reply via email to

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