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?
If you are experiencing any issues with your desktop wallpaper or taskbar buttons
please download and install the latest DisplayFusion beta version before contacting support.

User Image
BAKHSHAWI 999
5 discussion posts
Hi

I don't know anything about programming or coding. I just want a command to create Send Keys.

I have shortcuts in other programs and I want a command to send a key press so I can use it with Triggers.

I want a command to send "CTRL + SHIFT + ="

Thank you
May 24, 2024  • #1
Owen Muhlethaler (BFS)'s profile on WallpaperFusion.com
I've attached a script below that should do this. You can import it via the DisplayFusion Settings > Functions > Scripted Function > Import Scripted Function.

Thanks!
• Attachment: Send Ctrl+Shift+=.dfscript [2,186 bytes]
May 29, 2024  • #2
User Image
BAKHSHAWI 999
5 discussion posts
Thank you :laugh:
May 29, 2024  • #3
User Image
Chris G1
104 discussion posts
I am having trouble using this command to send (Left CTRL + Windows + Alt + T).

I am using:
BFS.Input.SendKeys("^(#(%t))");


I am trying to use this to activate the PowerToys Always on Top function which I like because it adds a border around the window set to on top.

Any idea why its not triggering when using this shortcut with DisplayFusion?
Nov 17, 2025 (modified Nov 17, 2025)  • #4
User Image
Chris G1
104 discussion posts
Ignore I was able to get it working with:

BFS.Input.SendKeys("^(%({LWIN}t))");
Nov 17, 2025  • #5
Jon Tackabury (BFS)'s profile on WallpaperFusion.com
That's excellent, thanks for following-up!
Nov 17, 2025  • #6
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(1)  Login to Vote(-)