<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: непонятная работа команды GetKeyState]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=15172</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=15172&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: непонятная работа команды GetKeyState».]]></description>
		<lastBuildDate>Sat, 08 Feb 2020 15:44:19 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: непонятная работа команды GetKeyState]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=137731#p137731</link>
			<description><![CDATA[<p>Я где-то читал, что есть. Вроде бы позиционируются как геймерские. Можно зажимать хоть все клавиши - все нажатия будут переданы компьютеру. Помнится, они USB, а не PS/2.</p>]]></description>
			<author><![CDATA[null@example.com (ypppu)]]></author>
			<pubDate>Sat, 08 Feb 2020 15:44:19 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=137731#p137731</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: непонятная работа команды GetKeyState]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=137730#p137730</link>
			<description><![CDATA[<p>Да, с клавиатурой как-то связанно. А что, нет клавиатур, где проходят любые зажатия клавиш?</p>]]></description>
			<author><![CDATA[null@example.com (svoboden)]]></author>
			<pubDate>Sat, 08 Feb 2020 15:27:30 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=137730#p137730</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: непонятная работа команды GetKeyState]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=137724#p137724</link>
			<description><![CDATA[<p>USB все ущербны, только в разной степени, уточнить можно<br /><a href="https://www.softpedia.com/get/System/System-Info/Aqua-s-KeyTest.shtml">AquaKeyTest</a>.</p>]]></description>
			<author><![CDATA[null@example.com (stealzy)]]></author>
			<pubDate>Sat, 08 Feb 2020 10:58:02 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=137724#p137724</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: непонятная работа команды GetKeyState]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=137723#p137723</link>
			<description><![CDATA[<p>Клавиатура наверное PS/2?</p>]]></description>
			<author><![CDATA[null@example.com (Malcev)]]></author>
			<pubDate>Sat, 08 Feb 2020 10:09:09 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=137723#p137723</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: непонятная работа команды GetKeyState]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=137722#p137722</link>
			<description><![CDATA[<p>Может клавиатура имеет ограничение на количество одновременно зажатых клавиш.</p>]]></description>
			<author><![CDATA[null@example.com (ypppu)]]></author>
			<pubDate>Sat, 08 Feb 2020 09:38:18 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=137722#p137722</guid>
		</item>
		<item>
			<title><![CDATA[AHK: непонятная работа команды GetKeyState]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=137713#p137713</link>
			<description><![CDATA[<p>Почему GetKeyState непонятно работает? Например, так при нажатии клавиш: z,x,c,v. Эти зажатия клавиш нормально срабатывают в любой последовательности:<br /></p><div class="codebox"><pre><code>z::
x::
c::
v::

If GetKeyState(&quot;z&quot;, &quot;P&quot;) and GetKeyState(&quot;x&quot;, &quot;P&quot;) and GetKeyState(&quot;c&quot;, &quot;P&quot;) and GetKeyState(&quot;v&quot;, &quot;P&quot;)
{
msgbox
}
return</code></pre></div><p>Но если немного изменить клавиши, например, так:<br /></p><div class="codebox"><pre><code>g::
h::
t::
u::

If GetKeyState(&quot;g&quot;, &quot;P&quot;) and GetKeyState(&quot;h&quot;, &quot;P&quot;) and GetKeyState(&quot;t&quot;, &quot;P&quot;) and GetKeyState(&quot;u&quot;, &quot;P&quot;)
{
msgbox
}
return</code></pre></div><p>То клавиши вообще плохо срабатывают, и то, только в одной последовательности и не с первого раза.</p>]]></description>
			<author><![CDATA[null@example.com (svoboden)]]></author>
			<pubDate>Sat, 08 Feb 2020 01:07:58 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=137713#p137713</guid>
		</item>
	</channel>
</rss>
