Shuufle on Long Right

Posted by: dda

Shuufle on Long Right - 21/02/2002 07:18

Gurus,

I'm trying to program a Shuffle when doing a long press on the Right Button.
My config.ini file contains :
[ir_translate]
Right.L=Shuffle

But nothing happens !

Where is the mistake ?

My Bottom.L=PopUp0 works fine.

DDA
Posted by: tfabris

Re: Shuufle on Long Right - 21/02/2002 11:34

Is "Shuffle" a command which Hijack recognizes as something it can do?

Maybe you need to tell it to be a press of the 0 button on the Rio remote or something.
Posted by: loren

Re: Shuufle on Long Right - 21/02/2002 11:43

Yeah, that command should work.

Try

[ir_translate]
000002.LM=Shuffle ; if in the Mp3 player, a long press of the right button = shuffle

failing that....

[ir_translate]
000002.LM=20DF0D ; if in the Mp3 player, a long press of the right button = 0 on rio remote

oh, and make sure you don't have any other translations for the right button before the Long one.
Posted by: mlord

Re: Shuufle on Long Right - 21/02/2002 19:36

You're probably hanging on to the button too long.

Counter that with this, and fix the menu use of Right as well:

[ir_translate]
right.L=shuffle.N,right.UL,null

Cheers
Posted by: dda

Re: Shuufle on Long Right - 22/02/2002 08:37

Thanks Mark
This works fine.

DDA