I'm working on the VBScript, I use this code the send a Num Lock Key.
set WshShell = CreateObject("WScript.Shell")
WshShell.SendKeys "{NUMLOCK}"
The problem is I want to send a Left ALT Key but I don't know the SendKeys value.
I searched some documents, it only contains ALT key SendKeys value, I don't know if we have a left or right Sendkeys value.