<?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[Can I have multiple ‘Search Engine’ in the context menu?]]></title><description><![CDATA[<p dir="auto">… each with their own base URL to specify a search.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/20022/can-i-have-multiple-search-engine-in-the-context-menu</link><generator>RSS for Node</generator><lastBuildDate>Sat, 06 Jun 2026 22:32:12 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/20022.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 20 Sep 2020 15:44:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Can I have multiple ‘Search Engine’ in the context menu? on Sun, 20 Sep 2020 22:54:41 GMT]]></title><description><![CDATA[<p dir="auto">It took me some time to figure out what you did there (I am new to NPP …) - but <strong>yes!</strong> that is exactly what I was looking for!<br />
Thank you so much for your kind help.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/57740</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/57740</guid><dc:creator><![CDATA[Arjen van den Broecke]]></dc:creator><pubDate>Sun, 20 Sep 2020 22:54:41 GMT</pubDate></item><item><title><![CDATA[Reply to Can I have multiple ‘Search Engine’ in the context menu? on Sun, 20 Sep 2020 16:41:39 GMT]]></title><description><![CDATA[<p dir="auto">Do you mean searching the highlighted phrase on the Internet?<br />
Here’s my example:<br />
These are the lines in the shortcuts.xml file</p>
<pre><code>		&lt;Command name="Search htmlbook.ru" Ctrl="no" Alt="no" Shift="no" Key="0"&gt;http://htmlbook.ru/sites/search/?q=$(CURRENT_WORD)&lt;/Command&gt;
		&lt;Command name="Search htmlbook.ru++" Ctrl="no" Alt="no" Shift="no" Key="0"&gt;https://webref.ru/search/?q=$(CURRENT_WORD)&lt;/Command&gt;
		&lt;Command name="Search w3schools.com" Ctrl="no" Alt="no" Shift="no" Key="0"&gt;https://www.w3schools.com/search/?q=$(CURRENT_WORD)&lt;/Command&gt;
		&lt;Command name="Google Translate" Ctrl="no" Alt="no" Shift="no" Key="0"&gt;https://translate.google.com/?q=$(CURRENT_WORD)&lt;/Command&gt;
		&lt;Command name="Search Microsoft Update Catalog" Ctrl="no" Alt="no" Shift="no" Key="0"&gt;https://www.catalog.update.microsoft.com/Search.aspx?q=$(CURRENT_WORD)&lt;/Command&gt;
</code></pre>
<p dir="auto">These are the lines in the contextMenu.xml file</p>
<pre><code>		&lt;Item FolderName="Найти в Интернете" MenuEntryName="Edit" MenuItemName="Search on Internet" ItemNameAs="Найти в www.Google.com"/&gt;
		&lt;Item FolderName="Найти в Интернете" MenuEntryName="Run" MenuItemName="Search Microsoft Update Catalog" ItemNameAs="Найти в Каталоге Microsoft"/&gt;
</code></pre>
<p dir="auto"><img src="/assets/uploads/files/1600620092494-%D0%B1%D0%B5%D0%B7%D1%8B%D0%BC%D1%8F%D0%BD%D0%BD%D1%8B%D0%B9.png" alt="Безымянный.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.notepad-plus-plus.org/post/57737</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/57737</guid><dc:creator><![CDATA[andrecool-68]]></dc:creator><pubDate>Sun, 20 Sep 2020 16:41:39 GMT</pubDate></item></channel></rss>