aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ncmpc.lirc
diff options
context:
space:
mode:
authorKalle Wallin <kaw@linux.se>2004-04-21 08:32:47 +0000
committerKalle Wallin <kaw@linux.se>2004-04-21 08:32:47 +0000
commitbc7ff931d73eb8dce62781657ee111c3e2978836 (patch)
tree10ac8089d98ae1dc92e59fd336b7d175e79b0642 /doc/ncmpc.lirc
parent5f2cb3d4b5d5024fc33c797ff6afdf0d569a3b20 (diff)
downloadmpd-bc7ff931d73eb8dce62781657ee111c3e2978836.tar.gz
mpd-bc7ff931d73eb8dce62781657ee111c3e2978836.tar.xz
mpd-bc7ff931d73eb8dce62781657ee111c3e2978836.zip
Added seek, crossfade commands.
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@861 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'doc/ncmpc.lirc')
-rw-r--r--doc/ncmpc.lirc32
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/ncmpc.lirc b/doc/ncmpc.lirc
index bdf7b7dc6..409b95182 100644
--- a/doc/ncmpc.lirc
+++ b/doc/ncmpc.lirc
@@ -22,6 +22,22 @@ begin
config = +
end
+Begin
+ remote = *
+ button = CD_SEEK_BACK
+ prog = irpty
+ repeat = 1
+ config = b
+end
+
+begin
+ remote = *
+ button = CD_SEEL_FORW
+ prog = irpty
+ repeat = 1
+ config = f
+end
+
begin
remote = *
button = CD_STOP
@@ -190,4 +206,20 @@ begin
config = r
end
+# crossfade
+begin
+ remote = *
+ button = CD_TIME_FADE
+ prog = irpty
+ repeat = 0
+ config = x
+end
+
+begin
+ remote = *
+ button = CD_TIME
+ prog = irpty
+ repeat = 0
+ config = t
+end