Processing Ajax...

Title

Message

Confirm

Confirm

Confirm

Confirm

Are you sure you want to delete this item?

Confirm

Are you sure you want to delete this item?

Confirm

Are you sure?

User Image
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)
Nov 14, 2015  • #1
Keith Lammers (BFS)'s profile on WallpaperFusion.com
That's strange! Do those key combinations work if you assign them to a different function, maybe one of the built-in functions?
Nov 17, 2015  • #2
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(-)  Login to Vote(-)