<?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=11626&amp;type=atom" />
	<updated>2016-05-24T11:17:55Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=11626</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Если клавиши удержаны,то...]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=104161#p104161" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>If GetKeyState(&quot;vk57&quot;,&quot;P&quot;) &amp;&amp; GetKeyState(&quot;vk41&quot;,&quot;P&quot;) ; w a
    MsgBox Нажаты
Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Nikva]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27416</uri>
			</author>
			<updated>2016-05-24T11:17:55Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=104161#p104161</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Если клавиши удержаны,то...]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=104159#p104159" />
			<content type="html"><![CDATA[<p><strong>ypppu</strong>, ясно. Значит не прокатит,как например с vk57 &amp; vk41::</p>]]></content>
			<author>
				<name><![CDATA[senyaonis]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33915</uri>
			</author>
			<updated>2016-05-24T10:00:08Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=104159#p104159</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Если клавиши удержаны,то...]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=104157#p104157" />
			<content type="html"><![CDATA[<p><strong>GetKeyState, OutputVar, KeyName [, Mode]</strong><br /></p><div class="quotebox"><cite>YMP пишет:</cite><blockquote><p><strong>KeyName</strong> может быть практически любым <span class="bbu">одиночным</span> символом с клавиатуры или <span class="bbu">одним</span> из имён из списка клавиш и кнопок клавиатуры и мыши/джойстика</p></blockquote></div>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2016-05-24T08:27:32Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=104157#p104157</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Если клавиши удержаны,то...]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=104155#p104155" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>GetKeyState, state, vk57&amp;vk41
if state = D
    MsgBox Нажаты
return</code></pre></div><p>Почему не работает? Надо чтобы при удержании W и A что-то происходило.</p>]]></content>
			<author>
				<name><![CDATA[senyaonis]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33915</uri>
			</author>
			<updated>2016-05-24T07:10:18Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=104155#p104155</id>
		</entry>
</feed>
