<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Создание папки в проводнике двойным кликом мыши]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=9920</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=9920&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Создание папки в проводнике двойным кликом мыши».]]></description>
		<lastBuildDate>Sun, 24 Aug 2014 12:22:01 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Создание папки в проводнике двойным кликом мыши]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=86085#p86085</link>
			<description><![CDATA[<p>Оффтоп: Поиск очень редко что-то дельное находит.<br />Непонятно почему.<br />Так что я бы его вообще убрал бы и оставил бы только с помощью гугл.</p>]]></description>
			<author><![CDATA[null@example.com (Malcev)]]></author>
			<pubDate>Sun, 24 Aug 2014 12:22:01 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=86085#p86085</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Создание папки в проводнике двойным кликом мыши]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=86084#p86084</link>
			<description><![CDATA[<p>Проблема в том, что кнопка &quot;Поиск&quot;, при всей очевидности ее назначения, для большинства пользователей лишь ненужный элемент интерфейса. <img src="//forum.script-coding.com/img/smilies/hmm.png" width="15" height="15" /><br /><a href="http://forum.script-coding.com/viewtopic.php?id=8053">Создание новой папки двойным кликом ЛКМ</a></p>]]></description>
			<author><![CDATA[null@example.com (Irbis)]]></author>
			<pubDate>Sun, 24 Aug 2014 11:27:34 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=86084#p86084</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Создание папки в проводнике двойным кликом мыши]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=86081#p86081</link>
			<description><![CDATA[<p>Нашёл скрипт <a href="http://habrahabr.ru/post/24652/%20">здесь</a>, который (судя по описанию), создаёт папку в проводнике при двойном клике мышью. Но у меня он не работает. Система XP. <br /></p><div class="codebox"><pre><code>
#IfWinActive ahk_class CabinetWClass
~LButton::
SetKeyDelay, , 50
MouseGetPos, , , , ctrl
ControlGet, sel, List, Count Selected, SysListView321, A
If DllCall(&quot;GetDoubleClickTime&quot;) &gt; A_TimeSincePriorHotkey
and A_ThisHotkey = A_PriorHotkey
and ctrl = &quot;SysListView321&quot;
and sel = 0
SendEvent, !fwf
Return
#IfWinActive
</code></pre></div><p>В чём может быть проблема?</p>]]></description>
			<author><![CDATA[null@example.com (raznoczvetov)]]></author>
			<pubDate>Sun, 24 Aug 2014 10:27:55 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=86081#p86081</guid>
		</item>
	</channel>
</rss>
