I'm talking about the edit macro column on the right. I know I can use PgUp and PgDown to scroll a "page" at a time, but is there a keystroke that scrolls to the top? I would have thought Cmd-PgUp, or something like that would work, but it doesn't seem to work.
I think of cmd+up arrow as the general Mac shortcut for this movement (but I am not by my Mac at the moment so I cannot test if it works in the KM Editor or not)
Command-Up Arrow and Command-Down Arrow also work, but only if you're not in a text field in the macro. (The same applies to Home and End, obviously, as then all those keystrokes go to the text field.)
My answers would have been different had you asked that originally :). In my testing, it seems the icon well acts like an input box of some sort, because it traps almost all the keystrokes except Page Up and Page Down.
I can't think of any way to do what you want to do, even using things like Tab to get off the image well and back to it don't work. Tabbing forward works, until you Tab into the trigger box and change the trigger to Tab :). Tabbing backwards doesn't work because that selects the macro column again.
For now, I'll settle with repeating PgUp a bunch of times. It's not mission-critical that the icon is visible, it would just be nice.
I actually had some AS code that could manipulate the scroll bar, but it doesn't work anymore and I have no idea how to fix it. UI manipulation is fragile anyway (to say the least).
Jim, did you try those keys when the icon for the macro was selected, as in Dan's instructions above? In that case, on both my Macs, only Page Up and Page Down work.
I just tried ⌘↑ and ⌘↓. When the macro icon is selected, I hear a beep, but no scrolling occurs. However, the macro I shared above does function as expected.
Nope; when moving up with ⌘↑ or with the macro I shared above the editor scrolls the minimum amount required to show the bottom of the first action. Some manual scrolling up is required to see the macro icon.
Another way to get to the absolute top of a macro is by pressing Command-Option-L, the shortcut for renaming a macro (View -> Rename...).
In that case, Command-Option-L followed by Shift-Tab would have the Macro Icon image selected. I trust it goes without saying a macro could duplicate these steps.