saucepleez / taskt

taskt (pronounced 'tasked' and formely sharpRPA) is free and open-source robotic process automation (rpa) built in C# powered by the .NET Framework
http://www.taskt.net/
1.06k stars 346 forks source link

[Question]How to send Alt+Space to command prompt #271

Open ghost opened 2 years ago

ghost commented 2 years ago

I want to bring up the window menu of command prompt by taskt.

I create Send Advanced Keystrokes command to send Alt+Space as shown in the figure below. command

The command and taskt were successful, but window menu does not appear and space is only enterd to command prompt. commandprompt

Also, I tested the same way to notepad and it worked as expected. notepad

Do you have any ideas?

rcktrncn commented 2 years ago

the value of "Spacebar" to "KeyPress (Down+Up)", please.

ghost commented 2 years ago

Thank you. I tried that method but got same result.