How can I type sentence in console using macro?
Hello
I want to type a sentence to python console using macros
My Macro is below:
<macro name="kk">
<action id="ActivatePythonConsoleToolWindow" />
<typing text-keycode="68:0;69:0;70:0;69:0;86:0;68:0">defevd</typing>
</macro>
<action id="ActivatePythonConsoleToolWindow" /> sometimes hide Python Console.
Is there a solution?
Please sign in to leave a comment.