Code

Documentation update for 0.11.0
[ncmpc.git] / doc / ncmpc.lirc
index bdf7b7dc65b1775e4b3b841b95aacb5a7d1b6b2b..ee77a8f0adc0e47b14ac2ca1545fe4d38641e835 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sample .lirc file for usage with irpty and ncmcp
+# Sample .lirc file for usage with irpty and ncmpc
 # 
 # $ irpty ./ncmpc.lirc -- ncmcp 
 # 
@@ -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
@@ -78,7 +94,7 @@ begin
        button = CD_2
        prog   = irpty
        repeat = 2
-       config = ,
+       config = k
 end
 
 # move: Down
@@ -87,7 +103,7 @@ begin
        button = CD_8
        prog   = irpty
        repeat = 2
-       config = .
+       config = j
 end
 
 # move: Center (update)
@@ -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