<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; АНК: При нажатом пробеле нажимается ЛКМ]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=10442&amp;type=atom" />
	<updated>2015-02-23T12:17:00Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=10442</id>
		<entry>
			<title type="html"><![CDATA[Re: АНК: При нажатом пробеле нажимается ЛКМ]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=91831#p91831" />
			<content type="html"><![CDATA[<p><strong>Malcev</strong> Спасибо!<br />Все верно, у меня была старая версия AHK.</p>]]></content>
			<author>
				<name><![CDATA[size222]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27237</uri>
			</author>
			<updated>2015-02-23T12:17:00Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=91831#p91831</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: АНК: При нажатом пробеле нажимается ЛКМ]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=91830#p91830" />
			<content type="html"><![CDATA[<p><strong>size222</strong>, ознакомьтесь с <a href="http://forum.script-coding.com/viewtopic.php?id=6148">указанной темой</a> внимательнее.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2015-02-23T12:11:31Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=91830#p91830</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: АНК: При нажатом пробеле нажимается ЛКМ]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=91829#p91829" />
			<content type="html"><![CDATA[<p>Странно. Может автохотки старый?<br /><a href="http://ahkscript.org/download/ahk-install.exe">http://ahkscript.org/download/ahk-install.exe</a></p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2015-02-23T12:09:47Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=91829#p91829</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: АНК: При нажатом пробеле нажимается ЛКМ]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=91827#p91827" />
			<content type="html"><![CDATA[<p>Пишет Error at line 1</p><p><a href="https://yadi.sk/i/_aMtSJ29eqkzC">https://yadi.sk/i/_aMtSJ29eqkzC</a></p>]]></content>
			<author>
				<name><![CDATA[size222]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27237</uri>
			</author>
			<updated>2015-02-23T12:04:45Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=91827#p91827</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: АНК: При нажатом пробеле нажимается ЛКМ]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=91826#p91826" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>#If getkeystate(&quot;capslock&quot;, &quot;T&quot;)
#MaxThreadsPerHotkey 2
Space::
toggle := !toggle
while toggle 
{
   Click
   Sleep, 500
}
return
#if</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2015-02-23T11:59:31Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=91826#p91826</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: АНК: При нажатом пробеле нажимается ЛКМ]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=91823#p91823" />
			<content type="html"><![CDATA[<p><span style="color: green"><strong>size222</strong>, <a href="http://forum.script-coding.com/viewtopic.php?id=6148">не нужно</a> бессмысленно цитировать предыдущий пост.</span></p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2015-02-23T11:48:43Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=91823#p91823</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: АНК: При нажатом пробеле нажимается ЛКМ]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=91822#p91822" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Malcev пишет:</cite><blockquote><div class="codebox"><pre><code>#If getkeystate(&quot;capslock&quot;, &quot;T&quot;)
Space::
    While( GetKeyState(&quot;Space&quot;, &quot;P&quot;) ) {
        Click
        Sleep, 500
    }
    Return
#if</code></pre></div></blockquote></div><p>Опять же огромная благодарность.</p><p>Только вот не задача. Теперь нужно что бы при включенном &quot;capslock&quot; я мог один раз <strong>нажать</strong> пробел и что бы был эффект <strong>зажатия</strong>, еще раз <strong>нажал</strong>, эффект пропадает.</p><p> Т.е. Включаю &quot;capslock&quot; нажимаю пробел, ЛКМ нажимается непрерывно, еще раз нажимаю пробел действие останавливается.</p><p>P.S. Еще раз извините что не написал все сразу.</p>]]></content>
			<author>
				<name><![CDATA[size222]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27237</uri>
			</author>
			<updated>2015-02-23T11:29:33Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=91822#p91822</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: АНК: При нажатом пробеле нажимается ЛКМ]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=91820#p91820" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>#If getkeystate(&quot;capslock&quot;, &quot;T&quot;)
Space::
    While( GetKeyState(&quot;Space&quot;, &quot;P&quot;) ) {
        Click
        Sleep, 500
    }
    Return
#if</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2015-02-23T10:55:53Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=91820#p91820</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: АНК: При нажатом пробеле нажимается ЛКМ]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=91819#p91819" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>YMP пишет:</cite><blockquote><div class="codebox"><pre><code>
Space::
    While( GetKeyState(&quot;Space&quot;, &quot;P&quot;) ) {
        Click
        Sleep, 500
    }
    Return
</code></pre></div></blockquote></div><p>Спасибо огромное!</p><p>Прошу прощения, а можно еще что бы эта функция работала при включенном Capslock, а при выключенном нет.</p>]]></content>
			<author>
				<name><![CDATA[size222]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27237</uri>
			</author>
			<updated>2015-02-23T10:48:12Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=91819#p91819</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: АНК: При нажатом пробеле нажимается ЛКМ]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=91818#p91818" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>
Space::
    While( GetKeyState(&quot;Space&quot;, &quot;P&quot;) ) {
        Click
        Sleep, 500
    }
    Return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[YMP]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=81</uri>
			</author>
			<updated>2015-02-23T10:46:01Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=91818#p91818</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[АНК: При нажатом пробеле нажимается ЛКМ]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=91817#p91817" />
			<content type="html"><![CDATA[<p>Здравствуйте, подскажите пожалуйста скрипт:</p><p>Зажимаем пробел - нажимается ЛКМ с периодичностью 0.5 сек (постоянно кликает)</p><p>Отпускаем пробел - ЛКМ не нажимается. </p><p>Заранее огромная благодарность.</p>]]></content>
			<author>
				<name><![CDATA[size222]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27237</uri>
			</author>
			<updated>2015-02-23T10:20:36Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=91817#p91817</id>
		</entry>
</feed>
