Bezmont
2 discussion posts
Hi, I am noticing some very odd behaviors regarding functions and modifier keys. For instance.
Created a function that sends the Start Key:
public static class DisplayFusionFunction
{
public static void Run(IntPtr windowHandle)
{
bool ok = BFS.Input.SendKeys("{LWIN}X");
}
}
Then am trying to trigger it with certain key combinations with little success:
Shift + X (works)
Shift + Ctrl + X (does NOT work)
Shift + Ctrl + Alt + X (does NOT work)
Shift + Ctrl + R (works)
Shift + Left Ctrl + Z (does NOT work, however, Right Ctrl DOES work)
etc. etc.
Seems like something is preventing certain key combinations, not sure how I can unblock from this state.
Anyone?
Windows 10
MSI GT72S Dominator (gaming laptop)
That's strange! Do those key combinations work if you assign them to a different function, maybe one of the built-in functions?