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?

Glaucco Lima84920's profile on WallpaperFusion.com
https://live.staticflickr.com/65535/52457029874_5cc8a77fa6_o.png
Hello, how do I press hotkey automatically with F11 when opening a window. I tried but I could not
• Attachment [protected]: SNAG-0007.png [43,266 bytes]
Oct 26, 2022  • #1
Keith Lammers (BFS)'s profile on WallpaperFusion.com
If you create a Scripted Function with this code:

Code

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.
Oct 27, 2022 (modified Oct 27, 2022)  • #2
Glaucco Lima84920's profile on WallpaperFusion.com
Thank you very much, it worked.;)
Oct 28, 2022  • #3
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(1)  Login to Vote(-)