<?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=15591&amp;type=atom" />
	<updated>2020-08-10T21:23:24Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=15591</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Узнать логическое состояние клавиш]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=141602#p141602" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong><br />А как их различать?<br />UPD:<br /></p><div class="codebox"><pre><code>
#InstallKeybdHook
Send {LShift Down}
Tooltip % GetKeyState(&quot;LShift&quot;, &quot;P&quot;) . GetKeyState(&quot;LShift&quot;)
Send {LShift up}
</code></pre></div><p>Вроде все понятно. Спасибо за помощь!</p>]]></content>
			<author>
				<name><![CDATA[mkone112]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40951</uri>
			</author>
			<updated>2020-08-10T21:23:24Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=141602#p141602</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Узнать логическое состояние клавиш]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=141599#p141599" />
			<content type="html"><![CDATA[<p>Так же, как и физически.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2020-08-10T16:27:50Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=141599#p141599</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Узнать логическое состояние клавиш]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=141594#p141594" />
			<content type="html"><![CDATA[<p>Как узнать нажата ли клавиша логически? Пример:<br /></p><div class="codebox"><pre><code>
Send {LShift Down}
GetLogicState(&quot;LShift&quot;, &quot;P&quot;) ; True
Send {LShift Up}
GetLogicState(&quot;LShift&quot;, &quot;P&quot;) ; False
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[mkone112]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40951</uri>
			</author>
			<updated>2020-08-10T15:14:43Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=141594#p141594</id>
		</entry>
</feed>
