Hello,
Do you know if it is possible to press a F-media key? For example, I wanted to make alexa press f9 key because that is my shorcut for keyboard lights off. I tried this code:
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.SendKeys "{F9}"
But it just keeps pressing numlock.
Regards,