Code

Added options: audible-bell, visible-bell, wrap-around, find-wrap
[ncmpc.git] / doc / ncmpc.lirc
index bdf7b7dc65b1775e4b3b841b95aacb5a7d1b6b2b..409b95182e05a1f044594123c9fb4b2dff506a60 100644 (file)
@@ -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