Question of [Ctrl] and [Alt] key for virtual keyboard in vision project

It seems that the calling of system.util.execute(["osk"]) will not work.

It will have similar error as describe in

I tried to use command system.util.execute(["cmd /c C:\Windows\System32\osk.exe"]) but still failed.

Solved the Win10 built-in virtual keyboard by using import os os.popen("osk.exe") as shown in below thread.

1 Like