<?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=15082</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=15082&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK:Если нажал определенную клавишу то выполняется условие».]]></description>
		<lastBuildDate>Thu, 05 Dec 2019 17:38:02 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK:Если нажал определенную клавишу то выполняется условие]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=136766#p136766</link>
			<description><![CDATA[<div class="codebox"><pre><code>F1::
IF GetKeyState(&quot;LButton&quot;, &quot;P&quot;)
{
SoundBeep, 200, 500
Sleep, 300
SoundBeep, 500, 200
}
Return</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (ypppu)]]></author>
			<pubDate>Thu, 05 Dec 2019 17:38:02 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=136766#p136766</guid>
		</item>
		<item>
			<title><![CDATA[AHK:Если нажал определенную клавишу то выполняется условие]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=136765#p136765</link>
			<description><![CDATA[<p>Здравствуйте, уважаемые. Мне нужно прописать условие, которое будет работать не от значения какой-то переменной, а от нажатия клавиши. Что-то типо такого:<br />F1::<br />Если нажата LButton,то<br />Loop<br />{<br />Send, {LButton Down}<br />Sleep, 1150<br />Send, {LButton Up}<br />Sleep, 100<br />}<br />return<br />space::pause<br />f2::ExitApp</p>]]></description>
			<author><![CDATA[null@example.com (JrGamer115)]]></author>
			<pubDate>Thu, 05 Dec 2019 16:53:30 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=136765#p136765</guid>
		</item>
	</channel>
</rss>
