Keyboard macros: Difference between revisions

Content added Content deleted
Line 401:
that has been used to simplify some repetitive tasks in InstallShield,
and could equally be used on any third-party application. As it stands,
the key selection is a bit overkill, it always sends {delete,down}, and
perhaps not precisely what the task asked for, but fits my interpretation
of "keyboard macros" - andthough of course you could easily replace that SendInput
SendInput call with any routine of your choosing.
<lang Phix>--
-- demo\arwendemo\hotkey.exw