<?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=18002&amp;type=atom" />
	<updated>2023-11-21T11:40:27Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=18002</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Автокликер по зажатию клавиши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=159519#p159519" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>SetKeyDelay, 0 
SetBatchLines -1 
 
XButton1:: 
While GetKeyState(&quot;XButton1&quot;,&quot;P&quot;) { 
send {LButton}
sleep -1 
} 
return

</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Вася_01]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42652</uri>
			</author>
			<updated>2023-11-21T11:40:27Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=159519#p159519</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Автокликер по зажатию клавиши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=159510#p159510" />
			<content type="html"><![CDATA[<p>Помогите пожалуйста, я хочу сделать автокликер, чтоб он запускался когда я зажимаю боковую кнопку мыши (XButton1) и отключался когда я её отжимаю.<br />Т. е. я зажимаю XButton1 и начинаются автоклики я отжимаю XButton1 они заканчиваются.<br />Короче из-за очень малого опыта в сфере ахк я ничего не понимаю пытаясь сделать самому у меня получился только рабочий стол полный разных названий неработающих ахк.</p>]]></content>
			<author>
				<name><![CDATA[Nikityuan4]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=43411</uri>
			</author>
			<updated>2023-11-17T20:39:10Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=159510#p159510</id>
		</entry>
</feed>
