using System;
using System.Drawing;
public static class DisplayFusionFunction
{
public static void Run(IntPtr windowHandle)
{
// Sends the F11 key
BFS.Input.SendKeys("{VK_122}");
}
}
Then have your Trigger rule run that, it will send the F11 key when the Trigger runs.