Skip Menu |

This queue is for tickets about the Win32-GuiTest CPAN distribution.

Report information
The Basics
Id: 21148
Status: resolved
Priority: 0/
Queue: Win32-GuiTest

People
Owner: Nobody in particular
Requestors: daxim [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 1.50.3-ad
Fixed in: (no value)



Subject: make SendKeys send Unicode
SendKeys is very limited in what it can send. Extend it to handle Unicode characters. See http://www.autohotkey.com/docs/commands/ Send.htm#asc for extended Winbatch syntax.
Unicode characters emulated via ALT+NUMPAD are not recognized on all windows. I'd suggest to use explicit alt-numpad sequences instead.
SendKeys in 1.54 translates unicode characters into sequences of ALT+NUMPAD keystrokes.