<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK:Кликер клавиши ctrl]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=16116&amp;type=atom" />
	<updated>2021-02-21T13:44:57Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=16116</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK:Кликер клавиши ctrl]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=146436#p146436" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>SetKeyDelay, 0, 0

~Ctrl::
While % GetKeyState(&quot;Ctrl&quot;,&quot;p&quot;)
 SendInput, {Ctrl}
Return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2021-02-21T13:44:57Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=146436#p146436</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK:Кликер клавиши ctrl]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=146433#p146433" />
			<content type="html"><![CDATA[<p>Нужно что бы при зажатии клавиши ctrl начинался спам клавиши ctrl. Желательно что бы было не меньше 100 нажатий в секунду.<br />Заранее - спасибо.</p>]]></content>
			<author>
				<name><![CDATA[imoUto]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41351</uri>
			</author>
			<updated>2021-02-21T12:09:36Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=146433#p146433</id>
		</entry>
</feed>
