Keyboard macros: Difference between revisions

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