<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[how can I add Launch in Edge to the Run/Launch Menu?]]></title><description><![CDATA[<p dir="auto">I am using Windows 10 - I only see Launch commands for Firefox. IE, Safari and Chrome on the Run menu.  Can someone please advise how to add Edge (Win 10 browser) to this list?</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/11176/how-can-i-add-launch-in-edge-to-the-run-launch-menu</link><generator>RSS for Node</generator><lastBuildDate>Sun, 06 Sep 2026 03:43:42 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/11176.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 23 Jan 2016 16:10:13 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to how can I add Launch in Edge to the Run/Launch Menu? on Fri, 13 May 2016 22:12:31 GMT]]></title><description><![CDATA[<p dir="auto">I been trying to do this as well. It took me a bit because edge doesn’t run from its exe file, but here’s how I did mine.<a href="https://notepad-plus-plus.org/community/topic/11797/how-to-make-notepad-have-a-launch-in-edge" rel="nofollow ugc">–Launch to Edge Instructions–</a></p>
]]></description><link>https://community.notepad-plus-plus.org/post/15934</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/15934</guid><dc:creator><![CDATA[Putrid Carcass75]]></dc:creator><pubDate>Fri, 13 May 2016 22:12:31 GMT</pubDate></item><item><title><![CDATA[Reply to how can I add Launch in Edge to the Run/Launch Menu? on Sat, 23 Jan 2016 23:45:02 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/graham-coleman" aria-label="Profile: Graham-Coleman">@<bdi>Graham-Coleman</bdi></a>,</p>
<p dir="auto">what you are looking for is the shortcuts.xml file.<br />
UserDefinedCommands is the section of the preconfigured browsers.<br />
Duplicate a line and change it to your need. Let’s take iexplore as an example</p>
<pre><code>&lt;Command name="Launch in IE" Ctrl="yes" Alt="yes" Shift="yes" Key="73"&gt;iexplore &amp;quot;$(FULL_CURRENT_PATH)&amp;quot;&lt;/Command&gt;
</code></pre>
<p dir="auto">Command name=“Here you would name it what ever you like”</p>
<p dir="auto">These four attributes are only needed if you want to assign a shortcut<br />
yes means you need to press this key together with the other defined keys.<br />
Ctrl=“yes”<br />
Alt=“yes”<br />
Shift=“yes”<br />
Key=“73”<br />
I would suggest you leave it undefined which would be<br />
Ctrl=“no”<br />
Alt=“no”<br />
Shift=“no”<br />
Key=“0”<br />
and use the shortcut mapper to do it properly.</p>
<p dir="auto">This one is the important one.</p>
<p dir="auto">iexplore "$(FULL_CURRENT_PATH)"</p>
<p dir="auto">You need to find out what the process name of Edge is<br />
and and replace iexplore with it. Keep the rest<br />
Restart npp - done</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/13561</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/13561</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Sat, 23 Jan 2016 23:45:02 GMT</pubDate></item></channel></rss>