<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Узнать логическое состояние клавиш]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=15591</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=15591&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Узнать логическое состояние клавиш».]]></description>
		<lastBuildDate>Mon, 10 Aug 2020 21:23:24 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Узнать логическое состояние клавиш]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=141602#p141602</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (mkone112)]]></author>
			<pubDate>Mon, 10 Aug 2020 21:23:24 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=141602#p141602</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Узнать логическое состояние клавиш]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=141599#p141599</link>
			<description><![CDATA[<p>Так же, как и физически.</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Mon, 10 Aug 2020 16:27:50 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=141599#p141599</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Узнать логическое состояние клавиш]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=141594#p141594</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (mkone112)]]></author>
			<pubDate>Mon, 10 Aug 2020 15:14:43 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=141594#p141594</guid>
		</item>
	</channel>
</rss>
