Re: Actions questions

On Wed, Apr 20, 2016 at 1:08 PM, David Burns <dburns@mozilla.com> wrote:

> Is it expected that the keyboard model has key repetition e.g. if I do
>>
>> [[{keyDown a}, {pause 10}, {keyUp a}]]
>>
>> when the focus is on an input control, how many "a" characters should I
>> see?
>>
>
> Originally I didnt think of this but I guess, from my previous answer
> above I think we should see a "few" a's
>

If you split up the action chain and send
  [[{keyDown a}]]
then wait, say, 5 real-time seconds, and then send
  [[{keyUp a}]]
should you expect that the key repeats during the entire interval between
the actions? Or does the key only repeat if there is an explicit pause
command?

Received on Wednesday, 27 April 2016 00:50:52 UTC