<?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="http://forum.script-coding.com/extern.php?action=feed&amp;tid=16310&amp;type=atom" />
	<updated>2021-05-01T18:19:52Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=16310</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: зажим клавиш]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=147586#p147586" />
			<content type="html"><![CDATA[<p>Спасибо большое, все работает идеально!</p>]]></content>
			<author>
				<name><![CDATA[CMyKu]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=41066</uri>
			</author>
			<updated>2021-05-01T18:19:52Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=147586#p147586</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: зажим клавиш]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=147583#p147583" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>~RButton::
Send, {R Down}
KeyWait, vk2, U
Send, {R Up}
Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2021-05-01T16:52:18Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=147583#p147583</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: зажим клавиш]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=147582#p147582" />
			<content type="html"><![CDATA[<p>Приветствую. Имеется небольшой скрипт<br /></p><div class="codebox"><pre><code>
~RButton::
    while (GetKeyState(&quot;RButton&quot;, &quot;P&quot;)) 
   {
        SendInput, {vk0x52}
        Sleep, 1600
    }
return
</code></pre></div><p>Нужно его немного изменить, чтоб при зажатии правой кнопки мыши зажималась и R. Так как я не шарю в скриптах, пытался дописывать нажатие и отжатие R, но обычно ловил фриз и нажатие на R в районе 800 раз))</p>]]></content>
			<author>
				<name><![CDATA[CMyKu]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=41066</uri>
			</author>
			<updated>2021-05-01T15:59:36Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=147582#p147582</id>
		</entry>
</feed>
