--- In [email protected], "philipp_l_kiefer" <philippkie...@...> wrote:
> I actually still use it sometimes to send key and mouse combinations as
> {shift}, {ctrl} and {alt} no longer work with Vista or Win7 and I could never
> find a native PowerPro substitute. (I tried {fast} and {sinp}.)
For those using autoit plugin:
Interface to latest version of autoit has changed rues: all incoming strings
are WCHARS (unicode strings).
I can either
(1) new plugin could convert every powerpro ANSI string
to unicode; any scripts now using autoit plugin should work
unchanged
(2) new plugin could expect only handles to unicode strings
generated by unicode plugin; less wrok for me, but would
require user to get and master unicode plugin, and change
existing scripts
(3) new plugin could check for handles to unicode strings;
if found, process, otherwise assume standard ANSI string and
convert to unicode. This is most work for me.
Any preferences?