>
> * Use {sinp} with *keys - as has been pointed out elsewhere. For
> alt-tab I use *keys {sinp}{to taskbar}%{tab}, which works great.
>
Does keys {slow}xxx work on vista?
If not, probably I should just force keys {sinp} for all vista key sends.
> * Use win.sendmouse instead of *mouse - as has been pointed out
elsewhere
> > This works fine unless you want to send modified mouse clicks (i.e.
> clicks with Shift/Alt/Control held) -
win.sendmouse("ct lc ct")
should do a ctrldown left click ctrlup (each ct reverses setting of
ctrl). It seemed to work in a test on ms word I did.
>
> * Set master volume using NirCmd (a tiny freeware command-line tool,
> see http://www.nirsoft.net/utils/nircmd.html). First I tried
> Autohotkey but they haven't updated to Vista's new behaviour yet
Setting and reading mster volume with vista required use of a new
vista interface and you need the vista sdk to get the proper header
files. I don't have access to it, but anyone has
Mmdeviceapi.h
and can upload it to the files area, I will give it a try.