[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.1125,1.1126

Diego Biurrun diego at biurrun.de
Tue Oct 11 05:07:03 CEST 2005


On Mon, Oct 10, 2005 at 10:18:28PM -0400, The Wanderer wrote:
> Paul TT wrote:
> 
> >On Wed,  5 Oct 2005 01:09:26 +0200 (CEST)
> >syncmail at mplayerhq.hu (Diego Biurrun CVS) wrote:
> >>
> >>Modified Files:
> >>	mplayer.1 
> >>Log Message:
> >>mouse and keyboard control
> >
> >>+.IPs "up and down"
> >>+Seek backward/\:forward 1 minute.
> >
> >forward/\:backward   ????
> 
> That would depend on whether or not moving the joystick up seeks
> forward. If it does, then yes, this would be correct. If it seeks
> backward, though, then "backward" should be listed first - since "up"
> was given first, and it's important to keep them in the same order.

Hmmm, so what do the following lines from input/input.c:345 tell us?

  { { JOY_AXIS0_PLUS, 0 }, "seek 10" },
  { { JOY_AXIS0_MINUS, 0 }, "seek -10" },
  { { JOY_AXIS1_MINUS, 0 }, "seek 60" },
  { { JOY_AXIS1_PLUS, 0 }, "seek -60" },

I interpret this to mean

  right seek 10
  left seek -10
  down seek 60
  up seek -60

which would imply I only got half of it right.  It's very
counterintuitive, though, and should be changed IMO.

> I'll note, since you didn't, that the same "backward/forward" vs.
> "forward/backward" issue could apply to the listing for button 3 and
> button 4, further up the list.

I got that backwards..  *sigh*

Diego




More information about the MPlayer-DOCS mailing list