Question:
Can the Caps Lock key be enabled/disabled via E3?
Solution:
Yes, this cane be done via VBScript‘s SendKeys method.
The script below toggles the Caps Lock key:
set WshShell = CreateObject(“WScript.Shell”)
WshShell.SendKeys “{CAPSLOCK}”
NOTE: Attached to this article is a sample application developed with E3 version 3.1 Build 270.