On Wed, 15 Dec 2021 23:06:23 GMT, Sergey Bylokhov <[email protected]> wrote:
> Does it mean that 3.144 after the first press is a delay caused by some code > in the robot? It seems to be osx12.0.1 system quirk..osx12.1 does not same issue... Logs in Robot.java#keyPress() shows 1st "a" keypress, keyCode 65 System.timemillis1641224225838 2nd "a" keypress, keyCode 65 System.timemillis 1641224229077 diff of 3239.... not sure if any robot code gets executed between these 2 keypress (done in testcase) ------------- PR: https://git.openjdk.java.net/jdk/pull/6826
