summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/hotkeys/files/hotkeys-0.5.7.4.0.1-audacious.patch')
-rw-r--r--x11-misc/hotkeys/files/hotkeys-0.5.7.4.0.1-audacious.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-misc/hotkeys/files/hotkeys-0.5.7.4.0.1-audacious.patch b/x11-misc/hotkeys/files/hotkeys-0.5.7.4.0.1-audacious.patch
new file mode 100644
index 000000000000..d768e0200434
--- /dev/null
+++ b/x11-misc/hotkeys/files/hotkeys-0.5.7.4.0.1-audacious.patch
@@ -0,0 +1,19 @@
+--- hotkeys-0.5.7.4.orig/src/conf.c 2007-07-20 15:53:06.000000000 +0200
++++ hotkeys-0.5.7.4/src/conf.c 2007-08-21 10:24:47.000000000 +0200
+@@ -42,11 +42,11 @@
+ "CDROM", "/dev/cdrom",
+
+ /* general actions */
+- "PrevTrack", "xmms --rew",
+- "Play", "xmms --play-pause",
+- "Stop", "xmms --stop",
+- "Pause", "xmms --pause",
+- "NextTrack", "xmms --fwd",
++ "PrevTrack", "audtool --playlist-reverse",
++ "Play", "audtool --playback-playpause",
++ "Stop", "audtool --playback-stop",
++ "Pause", "audtool --playback-pause",
++ "NextTrack", "audtool --playlist-advance",
+ /* "Rewind", "\0",
+ */
+