Hi all,
I need to send Alt+F2 to an application. I am successfully focusing the window then I tried using the "Send Keys" node to send the command. I found this solution on the forum so have tried the following:
- {Alt}{F2}
- {LMenu}{F2}
- {Alt}({F2})
- {LMenu}({F2})
- {F2}({Alt})
- {F2}({LMenu})
None of which worked.
I have tried with a large delay on the "Send Keys" node and a 0 delay, and also sending as hardware keys.
I recorded my action and the macro recorder showed the combination as {LMenu}(){F2} which also didn't work.
I then tried using a combination of "Press/Release Key" to hold the Alt key and "Send Keys" to send the F2 command

Each combination I have tried only seems to be sending the F2 command.
Other things I have tried:
- Refocusing the window before sending the command
- Forcing a release of the Alt key using "Press/Release Key"
- Sending the command multiple times with delays
Unfortunately I'm also unable to rebind the key combination, so I've hit a bit of a road block.
Thanks in advance,
Matt