PDA

View Full Version : feature request



jediperry
October 13th, 2002, 12:55 PM
You could just not hold you finger down too long on the button :smile:.

Try using the buttonmode plugin and just using the 'on first press' action.

<font size=-1>[ This Message was edited by: jediperry on 2002-04-03 23:02 ]</font>

varutz
October 13th, 2002, 12:55 PM
My Case: realMagic Remote
so, any key on the remote is sent continuously. In the command setup we can add an antirepeat wait time. Anywayz, if this time is too small i still get the repeat. So i can go around this by disabling the command once i'm in and enable another command taking the same key as event that will start a timer:

command 1: event menu_key
disable command 1
enable command 2
do smthg

command 2: event menu_key
timeralarm timeout 500 onEnd command 3

command 3: event none
enable command1
disable command 2

You can see that is pretty heavy doing this for each command...
so i'm just wondering if there can be just a check box on the command settings that can enable the antirepeat timer reset.
I mean, the command is always looking at the event but if the event occurs during the antirepeat period this period will be reset at the initial value and start over and the actions on the command will be skipped till the end of the antirepeat period

Well, that's all :smile:

Thanks, and just let me join to the others in saying that you've did a great job with this program

varutz
October 13th, 2002, 12:55 PM
Thanks, that might be a solution, but i still think that a new feature in the command setting is a good idea :smile:. but yet, it's up to girder's master :smile:)

varutz
October 13th, 2002, 12:55 PM
In fact, I've tested ButtonMode with only onRelease and sometimes i get 2events right after i release the remote key...(Timeout=500, Held action delay=0 or 1000)