PDA

View Full Version : firefly, one press = multiple responces ??


riekl
01-12-2005, 05:13 PM
Ok I have rebooted and I continue to have this problem, I am in meedio I hit the down arrow key once very very briefly and it moves down 2-3 times in meedio. I hit select and it hits select twice in meedio.

What is causing this ??

awx
01-19-2005, 10:28 AM
Have you looked in the profile for the action? I was surprised to see that most of the profiles that I looked at called for repeating the action as long as the remote button is down. To me, a single action for every button press seems more logical.

This is what I am using for my profiles:
<Actions Button="OK" Description="OK">
<KeyAction Keys="{enter}" ActivationState="Down"/>
</Actions>

Most that I have looked at have DownRepeat instead of Down. Perhaps you could check your profile. If they are set to DownRepeat, try changing them to just Down.

PS- If the ActivationState is not specified, it will default to DownRepeat.