Is there a way to control typing speed --- rc3: currently not

Asked by TestMechanic

Just wondering if it is possible. I notice that for mouse operation there are properties in Settings class, but didnt found for typing
Maybe this is a good feature request :-)

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
TestMechanic
Solved:
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

rc3: currently not.

But I think typing speed is only relevant, if you have longer text strings.

use paste() instead, that is faster in this cases.

I always use paste() for text and type only for functional keys (see faq 933).

What sometimes is really needed is a wait before and/or after typing to give time to the GUI.

Feel free to post a request bug.

Revision history for this message
TestMechanic (ndinev) said :
#2

Thanks