Recursive macros sort of work in Sky: for instance, if I want to change all my page numbers to italic I can create a macro for the F6 key, say, like this:
^i{DOWN}{F6}
This will run the first two steps in the macro then call the same macro over again to repeat the steps.
Unfortunately this clogs up memory and eventually causes the program to crash, but it can run a hundred times or so before it does, saving a lot of individual steps.
Jon
Comments (0)
You don't have permission to comment on this page.