--- totem.c 2007-02-14 17:07:35.000000000 +0100 +++ totem.c 2007-03-26 02:07:10.000000000 +0200 @@ -2553,6 +2553,11 @@ } switch (event->keyval) { +#ifdef HAVE_XFREE + case XF86XK_AudioStop: + totem_action_stop(totem); + break; +#endif /* HAVE_XFREE */ case GDK_A: case GDK_a: totem_action_toggle_aspect_ratio (totem);