Code

show the path of the config files in --version output
[ncmpc.git] / doc / ncmpc.lirc
index bdf7b7dc65b1775e4b3b841b95aacb5a7d1b6b2b..ee5493fd265d1890efc9ea9b32932034dd838a8c 100644 (file)
@@ -1,7 +1,7 @@
 #
-# Sample .lirc file for usage with irpty and ncmcp
+# Sample .lirc file for usage with irpty and ncmpc
 # 
-# $ irpty ./ncmpc.lirc -- ncmcp 
+# $ irpty ./ncmpc.lirc -- ncmpc
 # 
 
 
@@ -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)
@@ -151,7 +167,7 @@ begin
        button = CD_INDEX_NEXT
        prog   = irpty
        repeat = 0
-       config = a
+       config = \x20
 end
 
 # Delete song 
@@ -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