<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>DisplayFusion RSS: Hotkey to resize a PARTICULAR application in a particular location?</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=34b3d95a-0717-4497-bd94-bd9cc0000bf3" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=34b3d95a-0717-4497-bd94-bd9cc0000bf3</link>
<description>DisplayFusion RSS: Hotkey to resize a PARTICULAR application in a particular location?</description>
<lastBuildDate>Sat, 20 Jun 2026 09:30:43 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=34b3d95a-0717-4497-bd94-bd9cc0000bf3</generator>
<item>
<title>RE: Hotkey to resize a PARTICULAR application in a particular location?</title>
<link>https://www.displayfusion.com/Discussions/View/hotkey-to-resize-a-particular-application-in-a-particular-location/?ID=34b3d95a-0717-4497-bd94-bd9cc0000bf3#8</link>
<pubDate>Wed, 13 Feb 2019 19:37:57 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/hotkey-to-resize-a-particular-application-in-a-particular-location/?ID=34b3d95a-0717-4497-bd94-bd9cc0000bf3#8</guid>
<category>DisplayFusion</category>
<description><![CDATA[How long does it take for your profile to load?]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
How long does it take for your profile to load?
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Hotkey to resize a PARTICULAR application in a particular location?</title>
<link>https://www.displayfusion.com/Discussions/View/hotkey-to-resize-a-particular-application-in-a-particular-location/?ID=34b3d95a-0717-4497-bd94-bd9cc0000bf3#7</link>
<pubDate>Tue, 12 Feb 2019 22:35:24 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/hotkey-to-resize-a-particular-application-in-a-particular-location/?ID=34b3d95a-0717-4497-bd94-bd9cc0000bf3#7</guid>
<category>DisplayFusion</category>
<description><![CDATA[I'm just messing with it now Keith, thanks.
Is there any way to make the Window Position Profiles execute faster? It seems quite slow in how it processes even just 4 Windows. (note, the apps are already open)]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I'm just messing with it now Keith, thanks.<br/>
<br/>
Is there any way to make the Window Position Profiles execute faster? It seems quite slow in how it processes even just 4 Windows. (note, the apps are already open)
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Hotkey to resize a PARTICULAR application in a particular location?</title>
<link>https://www.displayfusion.com/Discussions/View/hotkey-to-resize-a-particular-application-in-a-particular-location/?ID=34b3d95a-0717-4497-bd94-bd9cc0000bf3#6</link>
<pubDate>Tue, 12 Feb 2019 15:55:12 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/hotkey-to-resize-a-particular-application-in-a-particular-location/?ID=34b3d95a-0717-4497-bd94-bd9cc0000bf3#6</guid>
<category>DisplayFusion</category>
<description><![CDATA[You could do this with a Scripted Function, something like this would load the Window Position Profile, then focus the windows that you specify in the "windowNames" variable on line 8. You'll need to set the profile name on line 9 as well.
Code
Copy
Select All
using System;
using System.Draw...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
You could do this with a Scripted Function, something like this would load the Window Position Profile, then focus the windows that you specify in the "windowNames" variable on line 8. You'll need to set the profile name on line 9 as well.<br/>
<br/>
<div class="col-md-12 BoxWrap"><div class="Box table-responsive"><a name="code" style="width:0; height:0;"></a><h2 class="TableTitle" style="border:0"><div class="TableTitleText">Code</div><div class="TitleButtons"><div class="TableTitleButton"><a href="#" onclick="return false;" data-clipboard-target="#code019ee45e43fb73438f9ac1cbe3f6c7a5" class="ClipboardCopyControl"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019ee45e43fb73438f9ac1cbe3f6c7a5Js'); return false;"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Select All</span></a></div></div></h2><div class="TableTitleContent table-responsive"><div class="AceEditorWrapper" style="border-top:solid 1px var(--color-default-border);padding:0"><pre id="code019ee45e43fb73438f9ac1cbe3f6c7a5Js" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">using System;
using System.Drawing;

public static class DisplayFusionFunction
{
    public static void Run(IntPtr windowHandle)
    {
        string[] windowNames = { "*Notepad*", "*Calculator*", "*Google Chrome*" };
        string windowPositionProfile = "Profile Name";
    
        BFS.DisplayFusion.RunFunctionAndWait("Load Window Position Profiles: " + windowPositionProfile);
        
        foreach (string name in windowNames)
        {
            BFS.Window.Focus(BFS.Window.GetWindowByText(name));
        }
    }
}</pre><textarea id="code019ee45e43fb73438f9ac1cbe3f6c7a5" name="code019ee45e43fb73438f9ac1cbe3f6c7a5" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div><br/>
<br/>
Hope that helps!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Hotkey to resize a PARTICULAR application in a particular location?</title>
<link>https://www.displayfusion.com/Discussions/View/hotkey-to-resize-a-particular-application-in-a-particular-location/?ID=34b3d95a-0717-4497-bd94-bd9cc0000bf3#5</link>
<pubDate>Tue, 12 Feb 2019 10:28:14 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/hotkey-to-resize-a-particular-application-in-a-particular-location/?ID=34b3d95a-0717-4497-bd94-bd9cc0000bf3#5</guid>
<category>DisplayFusion</category>
<description><![CDATA[Okey sorry I misunderstood. Maybe one of the devs can help you out then.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Okey sorry I misunderstood. Maybe one of the devs can help you out then.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Hotkey to resize a PARTICULAR application in a particular location?</title>
<link>https://www.displayfusion.com/Discussions/View/hotkey-to-resize-a-particular-application-in-a-particular-location/?ID=34b3d95a-0717-4497-bd94-bd9cc0000bf3#4</link>
<pubDate>Tue, 12 Feb 2019 08:29:47 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/hotkey-to-resize-a-particular-application-in-a-particular-location/?ID=34b3d95a-0717-4497-bd94-bd9cc0000bf3#4</guid>
<category>DisplayFusion</category>
<description><![CDATA[thing is these aren't newly opened windows, they're already open, just in either different locations, or minimised.
i just want to bring all my work to the front basically]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
thing is these aren't newly opened windows, they're already open, just in either different locations, or minimised.<br/>
<br/>
i just want to bring all my work to the front basically
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Hotkey to resize a PARTICULAR application in a particular location?</title>
<link>https://www.displayfusion.com/Discussions/View/hotkey-to-resize-a-particular-application-in-a-particular-location/?ID=34b3d95a-0717-4497-bd94-bd9cc0000bf3#3</link>
<pubDate>Tue, 12 Feb 2019 07:34:20 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/hotkey-to-resize-a-particular-application-in-a-particular-location/?ID=34b3d95a-0717-4497-bd94-bd9cc0000bf3#3</guid>
<category>DisplayFusion</category>
<description><![CDATA[If you dont mind editing the registry the usual warning applies - BACK IT UP FIRST!
Then you could give this a go.
HKEY_CURRENT_USER\Control Panel\Desktop
in the righthand pane look for ForgroundLockTimeout, click on it and change the value to 0
Reboot or logoff then back on again to see the ...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
If you dont mind editing the registry the usual warning applies - BACK IT UP FIRST!<br/>
Then you could give this a go.<br/>
HKEY_CURRENT_USER\Control Panel\Desktop<br/>
in the righthand pane look for ForgroundLockTimeout, click on it and change the value to 0<br/>
Reboot or logoff then back on again to see the effect.<br/>
<br/>
This will give newly opened windows the focus, hopefully it does what you want it to do.<br/>
If you are not comfortable editing the registry let me know and I will post a script for you to copy that will change the key automatically.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Hotkey to resize a PARTICULAR application in a particular location?</title>
<link>https://www.displayfusion.com/Discussions/View/hotkey-to-resize-a-particular-application-in-a-particular-location/?ID=34b3d95a-0717-4497-bd94-bd9cc0000bf3#2</link>
<pubDate>Tue, 12 Feb 2019 05:31:22 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/hotkey-to-resize-a-particular-application-in-a-particular-location/?ID=34b3d95a-0717-4497-bd94-bd9cc0000bf3#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[Ok the Window Position Profiles is VERY CLOSE - I just need it to specifically bring a particular application to the FOREGROUND, if not 2 or 3 applications.  It's otherwise brilliant - as usual.  You guys are astounding.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Ok the Window Position Profiles is VERY CLOSE - I just need it to specifically bring a particular application to the FOREGROUND, if not 2 or 3 applications.  It's otherwise brilliant - as usual.  You guys are astounding.
</div>
]]></content:encoded>
</item>
<item>
<title>Hotkey to resize a PARTICULAR application in a particular location?</title>
<link>https://www.displayfusion.com/Discussions/View/hotkey-to-resize-a-particular-application-in-a-particular-location/?ID=34b3d95a-0717-4497-bd94-bd9cc0000bf3</link>
<pubDate>Tue, 12 Feb 2019 05:24:05 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/hotkey-to-resize-a-particular-application-in-a-particular-location/?ID=34b3d95a-0717-4497-bd94-bd9cc0000bf3</guid>
<category>DisplayFusion</category>
<description><![CDATA[I want to make a 'boss key' for work.
If I hit CTRL-XXX-YYY? and hit said keycombo, a particular piece of software comes to the foreground and is shaped in a particular size and layout.
I imagine this should be fairly possible to be honest, it might just be a mix of 2 different functions alread...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I want to make a 'boss key' for work.<br/>
<br/>
If I hit CTRL-XXX-YYY? and hit said keycombo, a particular piece of software comes to the foreground and is shaped in a particular size and layout.<br/>
<br/>
I imagine this should be fairly possible to be honest, it might just be a mix of 2 different functions already built in?<br/>
<br/>
Any ideas if I can do this?
</div>
]]></content:encoded>
</item>
</channel>
</rss>