<?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: Identify which process has claimed a key combination</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=70f90eda-ebc7-4473-88c5-ad3803c98b86" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=70f90eda-ebc7-4473-88c5-ad3803c98b86</link>
<description>DisplayFusion RSS: Identify which process has claimed a key combination</description>
<lastBuildDate>Sun, 19 Apr 2026 12:07:35 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=70f90eda-ebc7-4473-88c5-ad3803c98b86</generator>
<item>
<title>RE: Identify which process has claimed a key combination</title>
<link>https://www.displayfusion.com/Discussions/View/identify-which-process-has-claimed-a-key-combination/?ID=70f90eda-ebc7-4473-88c5-ad3803c98b86#7</link>
<pubDate>Sun, 03 Feb 2019 19:39:11 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/identify-which-process-has-claimed-a-key-combination/?ID=70f90eda-ebc7-4473-88c5-ad3803c98b86#7</guid>
<category>DisplayFusion</category>
<description><![CDATA[Hope it works for you.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hope it works for you.
</div>
]]></content:encoded>
<media:thumbnail url="https://www.displayfusion.com/Discussions/Download/?ID=af4bb21c-8e58-4deb-a435-6ca5d8fa1536"/>
</item>
<item>
<title>RE: Identify which process has claimed a key combination</title>
<link>https://www.displayfusion.com/Discussions/View/identify-which-process-has-claimed-a-key-combination/?ID=70f90eda-ebc7-4473-88c5-ad3803c98b86#6</link>
<pubDate>Sun, 03 Feb 2019 19:03:26 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/identify-which-process-has-claimed-a-key-combination/?ID=70f90eda-ebc7-4473-88c5-ad3803c98b86#6</guid>
<category>DisplayFusion</category>
<description><![CDATA[Quote:
Disregard my last post here is a way to free up the two key combinations you want.
Download and install AutoHotKey from here: https://www.autohotkey.com/
Once its installed close the open window unless you want to read the tutorial etc.
Right click on your desktop and select New then A...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>Disregard my last post here is a way to free up the two key combinations you want.<br/>
Download and install AutoHotKey from here: <a href="https://www.autohotkey.com/" target="_blank" rel="nofollow"><b>https://www.autohotkey.com/</b></a><br/>
<br/>
Once its installed close the open window unless you want to read the tutorial etc.<br/>
Right click on your desktop and select New then AutoScriptKey<br/>
A script file will be created and you can at this point change the name of it if you want but make sure you dont overwrite the extension.<br/>
Right click on the script and select Edit Script.<br/>
In the window that opens add this on a new line to free the shortcuts.<br/>
<br/>
#Right::<br/>
#Left::<br/>
<br/>
Close the script and save the change.<br/>
Now right click on the script and select Run Script<br/>
The Winkey + Right and Left Arrow combination has now been disabled.</div></div><br/>
<br/>
Hi, <br/>
Thanks for that very detailed response.  I used autohotkey years ago but completely forgot about it.  This seems like a good solution. <br/>
<br/>
Cheers
</div>
]]></content:encoded>
<media:thumbnail url="https://www.displayfusion.com/Discussions/Download/?ID=af4bb21c-8e58-4deb-a435-6ca5d8fa1536"/>
</item>
<item>
<title>RE: Identify which process has claimed a key combination</title>
<link>https://www.displayfusion.com/Discussions/View/identify-which-process-has-claimed-a-key-combination/?ID=70f90eda-ebc7-4473-88c5-ad3803c98b86#5</link>
<pubDate>Sun, 03 Feb 2019 12:30:18 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/identify-which-process-has-claimed-a-key-combination/?ID=70f90eda-ebc7-4473-88c5-ad3803c98b86#5</guid>
<category>DisplayFusion</category>
<description><![CDATA[Disregard my last post here is a way to free up the two key combinations you want.
Download and install AutoHotKey from here: https://www.autohotkey.com/
Once its installed close the open window unless you want to read the tutorial etc.
Right click on your desktop and select New then AutoScrip...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Disregard my last post here is a way to free up the two key combinations you want.<br/>
Download and install AutoHotKey from here: <a href="https://www.autohotkey.com/" target="_blank" rel="nofollow"><b>https://www.autohotkey.com/</b></a><br/>
<br/>
Once its installed close the open window unless you want to read the tutorial etc.<br/>
Right click on your desktop and select New then AutoScriptKey<br/>
A script file will be created and you can at this point change the name of it if you want but make sure you dont overwrite the extension.<br/>
Right click on the script and select Edit Script.<br/>
In the window that opens add this on a new line to free the shortcuts.<br/>
<br/>
#Right::<br/>
#Left::<br/>
<br/>
Close the script and save the change.<br/>
Now right click on the script and select Run Script<br/>
The Winkey + Right and Left Arrow combination has now been disabled.
</div>
]]></content:encoded>
<media:thumbnail url="https://www.displayfusion.com/Discussions/Download/?ID=af4bb21c-8e58-4deb-a435-6ca5d8fa1536"/>
</item>
<item>
<title>RE: Identify which process has claimed a key combination</title>
<link>https://www.displayfusion.com/Discussions/View/identify-which-process-has-claimed-a-key-combination/?ID=70f90eda-ebc7-4473-88c5-ad3803c98b86#4</link>
<pubDate>Sun, 03 Feb 2019 11:43:41 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/identify-which-process-has-claimed-a-key-combination/?ID=70f90eda-ebc7-4473-88c5-ad3803c98b86#4</guid>
<category>DisplayFusion</category>
<description><![CDATA[You can turn off keyboard shortcuts in Windows 10 but it will disable ALL windows shortcuts. If you want to go ahead with that here is two methods depending on your version of Windows 10.
https://www.isumsoft.com/it/disable-win-keyboard-shortcuts-in-windows-10/
You might want to wait until one ...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
You can turn off keyboard shortcuts in Windows 10 but it will disable ALL windows shortcuts. If you want to go ahead with that here is two methods depending on your version of Windows 10.<br/>
<a href="https://www.isumsoft.com/it/disable-win-keyboard-shortcuts-in-windows-10/" target="_blank" rel="nofollow"><b>https://www.isumsoft.com/it/disable-win-keyboard-shortcuts-in-windows-10/</b></a><br/>
<br/>
You might want to wait until one of the devs post an answer, they may know of a diiferent way.
</div>
]]></content:encoded>
<media:thumbnail url="https://www.displayfusion.com/Discussions/Download/?ID=af4bb21c-8e58-4deb-a435-6ca5d8fa1536"/>
</item>
<item>
<title>RE: Identify which process has claimed a key combination</title>
<link>https://www.displayfusion.com/Discussions/View/identify-which-process-has-claimed-a-key-combination/?ID=70f90eda-ebc7-4473-88c5-ad3803c98b86#3</link>
<pubDate>Sat, 02 Feb 2019 19:53:53 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/identify-which-process-has-claimed-a-key-combination/?ID=70f90eda-ebc7-4473-88c5-ad3803c98b86#3</guid>
<category>DisplayFusion</category>
<description><![CDATA[Sorry, I didn't realise it was proteced by default.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Sorry, I didn't realise it was proteced by default.
</div>
]]></content:encoded>
<media:thumbnail url="https://www.displayfusion.com/Discussions/Download/?ID=af4bb21c-8e58-4deb-a435-6ca5d8fa1536"/>
</item>
<item>
<title>RE: Identify which process has claimed a key combination</title>
<link>https://www.displayfusion.com/Discussions/View/identify-which-process-has-claimed-a-key-combination/?ID=70f90eda-ebc7-4473-88c5-ad3803c98b86#2</link>
<pubDate>Sat, 02 Feb 2019 18:28:21 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/identify-which-process-has-claimed-a-key-combination/?ID=70f90eda-ebc7-4473-88c5-ad3803c98b86#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[Win + left arrow or right arrow will move the active window left or right.
Unless your screenshot is confidential why protect it? You would get more help if we could see none confidential screenshots.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Win + left arrow or right arrow will move the active window left or right.<br/>
Unless your screenshot is confidential why protect it? You would get more help if we could see none confidential screenshots.
</div>
]]></content:encoded>
<media:thumbnail url="https://www.displayfusion.com/Discussions/Download/?ID=af4bb21c-8e58-4deb-a435-6ca5d8fa1536"/>
</item>
<item>
<title>Identify which process has claimed a key combination</title>
<link>https://www.displayfusion.com/Discussions/View/identify-which-process-has-claimed-a-key-combination/?ID=70f90eda-ebc7-4473-88c5-ad3803c98b86</link>
<pubDate>Sat, 02 Feb 2019 15:25:18 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/identify-which-process-has-claimed-a-key-combination/?ID=70f90eda-ebc7-4473-88c5-ad3803c98b86</guid>
<category>DisplayFusion</category>
<description><![CDATA[Hello,
I'm trying to map Win+Left and Win+Right in DF.  Looking down the list I cannot see these keys are already mapped and indeed DF will not let me save them as they are already claimed.  So How to do I free up this comination (from Win10 I assume) and give it to DF?
Thanks]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hello, <br/>
I'm trying to map Win+Left and Win+Right in DF.  Looking down the list I cannot see these keys are already mapped and indeed DF will not let me save them as they are already claimed.  So How to do I free up this comination (from Win10 I assume) and give it to DF? <br/>
<br/>
Thanks
</div>
]]></content:encoded>
<media:thumbnail url="https://www.displayfusion.com/Discussions/Download/?ID=af4bb21c-8e58-4deb-a435-6ca5d8fa1536"/>
</item>
</channel>
</rss>