<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Создание папки в проводнике двойным кликом мыши]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=9920&amp;type=atom" />
	<updated>2014-08-24T12:22:01Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=9920</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Создание папки в проводнике двойным кликом мыши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=86085#p86085" />
			<content type="html"><![CDATA[<p>Оффтоп: Поиск очень редко что-то дельное находит.<br />Непонятно почему.<br />Так что я бы его вообще убрал бы и оставил бы только с помощью гугл.</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2014-08-24T12:22:01Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=86085#p86085</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Создание папки в проводнике двойным кликом мыши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=86084#p86084" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Irbis]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27384</uri>
			</author>
			<updated>2014-08-24T11:27:34Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=86084#p86084</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Создание папки в проводнике двойным кликом мыши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=86081#p86081" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[raznoczvetov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32329</uri>
			</author>
			<updated>2014-08-24T10:27:55Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=86081#p86081</id>
		</entry>
</feed>
