acantor Posted June 9, 2015 Report Share Posted June 9, 2015 A feature I am requesting is a new option with the "wait for key press" command. I would like the key swallowed. In other words, when the user presses the target key, Macro Express intercepts it without passing it along. Wait for Key Press: A The macro is waiting for A. If the user presses A, the script executes the next line without sending A to the application. Quote Link to comment Share on other sites More sharing options...
RichMaru Posted June 9, 2015 Report Share Posted June 9, 2015 When I use Wait for Key Press for the simple purpose of letting the user "signal" that the macro is to proceed, I use a key such as Ctrl, which has no effect on the application when pressed and released. Quote Link to comment Share on other sites More sharing options...
acantor Posted June 10, 2015 Author Report Share Posted June 10, 2015 Great suiggestions. Shift might be good, too. As it turns out, I have been using Ctrl, but I anticipate side effects. I am developing this macro for someone who may, on occasion, need to hold down the Ctrl key as the macro activates: The script automates mouse dragging from point A to B. If the user chooses to copy instead of move an object, she will need to hold down the Ctrl key. So I don't want to confuse matters by using Ctrl. Sending Alt to an application that has a menu bar or ribbon shifts keyboard input focus from the active window to the menu/ribbon... so there could be side effects. I sent an "official" feature request last night, so we'll see what happens with the next release olf MEP. I can imagine a check box in Wait for key dialog that reads something like... [ ] Intercept rather than send the key or [ ] Don't output the key or [ X ] Send the key after it is intercepted Quote Link to comment Share on other sites More sharing options...
Cory Posted June 10, 2015 Report Share Posted June 10, 2015 This was another one I was thinking of writing an add-on program for. A stand alone app that's an activation helper for MEP. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.