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
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
99 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?
1 day ago (modified 1 day ago)  • #4
User Image
Chris G1
99 discussion posts
Ignore I was able to get it working with:

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