Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manage QKeyEvent.isAutoRepeat() key presses #9

Closed
hekra01 opened this issue Jun 6, 2015 · 1 comment
Closed

Manage QKeyEvent.isAutoRepeat() key presses #9

hekra01 opened this issue Jun 6, 2015 · 1 comment
Assignees

Comments

@hekra01
Copy link
Contributor

hekra01 commented Jun 6, 2015

When processing:

  • /session/:sessionId/keys
  • /session/:sessionId/element/:id/value

For each sequence of similar keys in the value, WD will generate the next events

  • first KeyPress event isAutoRepeat = false
  • last KeyRelease event isAutoRepeat = false
  • all intermediary events isAutoRepeat = true
@hekra01 hekra01 self-assigned this Jun 6, 2015
@hekra01
Copy link
Contributor Author

hekra01 commented Jun 6, 2015

done: 22824dc
To be released in 1.3.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant