<?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=8335&amp;type=atom" />
	<updated>2013-09-22T16:24:47Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=8335</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как сделать зажатие клавиши]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=75499#p75499" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>send, {knopka down}</code></pre></div><p> <br />отпустить<br /></p><div class="codebox"><pre><code>send, {knopka up}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[BashkaMen]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=30800</uri>
			</author>
			<updated>2013-09-22T16:24:47Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=75499#p75499</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как сделать зажатие клавиши]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=72447#p72447" />
			<content type="html"><![CDATA[<p><a href="http://forum.script-coding.com/viewtopic.php?id=7494">Эксклюзивная ссылка</a></p>]]></content>
			<author>
				<name><![CDATA[creature.ws]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26105</uri>
			</author>
			<updated>2013-05-25T23:53:54Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=72447#p72447</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Как сделать зажатие клавиши]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=72446#p72446" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>F1::
Loop
{
GetKeyState, state, V
if state = U
Send V
}
return
F2::ExitApp</code></pre></div><p>Собственно нужно, чтобы клавиша V была зажата, а не посылалась как Отжато-Нажато-Отжато, как будто вы пальцем нажимаете клавишу V и держите палец на этой клавише.</p>]]></content>
			<author>
				<name><![CDATA[Странник]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=28860</uri>
			</author>
			<updated>2013-05-25T23:14:51Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=72446#p72446</id>
		</entry>
</feed>
