From a8bb7abac5739a060e094f19d1dbc04e2c361b81 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 27 Dec 2014 08:59:48 +0000 Subject: dtas-console: keys for "cue next/prev" 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 -- cgit v1.2.3-24-ge0c7