Documentation error? key_escape

I find that ${KEY_ESC} works, but ${KEY_ESCAPE} does not work. I would have thought from the documentation both would work. I have not tried the others.

Documentation: XType - Real User Keyboard Event Simulation, Sendkeys

From Log:

  • [info] Executing: | XType | ${KEY_ESCAPE} | |
  • [error] variable “KEY_ESCAPE” is not defined
  • [info] Macro failed (Runtime 0.11s)

This is a minor problem because the script works fine with ${KEY_ESC}. I just hope that I can help make the software and documentation match when I notice any seeming mismatch.

Issue confirmed => xtype ESCAPE key documentation updated. Only ${KEY_ESC} is correct.

Thanks!