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?

JGultrawide's profile on WallpaperFusion.com
Trying to add a trigger to move my view from virtual desktop 2 to virtual desktop 1. In lieu of a specific feature built in to do this I could just send a command to do ctrl + winkey + left arrow, but I don't see any way to do this. Any help?
Jun 2, 2019 (modified Jun 2, 2019)  • #1
Keith Lammers (BFS)'s profile on WallpaperFusion.com
The Triggers don't have a built-in action for sending input, but you could add a Scripted Function with the following code, and then call that from the Trigger rule.

Code

using System;
using System.Drawing;

public static class DisplayFusionFunction
{
    public static void Run(IntPtr windowHandle)
    {
        // Send Ctrl + Win + Left
        BFS.Input.SendKeys("^({WIN}({VK_37}))");
    }
}


Hope that helps!
Jun 5, 2019  • #2
JGultrawide's profile on WallpaperFusion.com
Thank you the code itself is great and I'm sure works as I need which is awesome.

Unfortunately I'm not able to get any triggers of any kind to fire. I've tested throughly with the simplest of triggers when I noticed the ones I build werent working. PLease see screenshots of my trigger settings below. Have done this test and just nothing...
• Attachment [protected]: disp settings2.png [43,171 bytes]
Jun 20, 2019  • #3
JGultrawide's profile on WallpaperFusion.com
And second screenshot
• Attachment [protected]: disp settings1.png [48,899 bytes]
Jun 20, 2019  • #4
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Could you send me a copy of your troubleshooting info? Here are the steps:

  • Open the Settings > Troubleshooting tab
  • Click the "Export Info to File" button
  • Reply with the file attached
Jun 20, 2019  • #5
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(1)  Login to Vote(-)