Gregory Diebold
49 discussion posts
BTW, I have also tried, BFS.Input.SendKeys("@Allp");
[Caps-Lock] state affects it, too. The @ symbol will require the + & ASC code, +({VK_50}.
OFF:2allp
ON: 2ALLP
Dec 12, 2023 (modified Dec 12, 2023)
•
#2
Gregory Diebold
49 discussion posts
Ahhhh, a windows form namespace. I developed in ASP.Net so didn't have the luxury of using that namespace. I will have to investigate it further now.
I added this snippet and it seems to work fine. My camera cloud system is not working right now so I tested the stuffing with notepad.
if (Control.IsKeyLocked(Keys.CapsLock))
{
BFS.Input.SendKeys("{VK_20}");
BFS.General.ThreadWait(500);
}