Airmail has this strange design decision that after opening a message with Cmd+O, you have to click in the opened message to make PageDown work.
What would be a good way to automate this clicking?
Airmail has this strange design decision that after opening a message with Cmd+O, you have to click in the opened message to make PageDown work.
What would be a good way to automate this clicking?
Send a physical mouse click at some distance right (and possibly down) from the top left corner of the Airmail window where you know the click won't hit a button or anything else that might be selectable.
Map it to Command-O and make its first action to open the message, so it runs on window open.
-rob.