Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

actual keystroke python


import win32com.client as comclt
wsh= comclt.Dispatch("WScript.Shell")
wsh.AppActivate("Notepad") # select another application
wsh.SendKeys("a") # send the keys you want

Source by coders911.org #
 
PREVIOUS NEXT
Tagged: #actual #keystroke #python
ADD COMMENT
Topic
Name
2+3 =