<?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=14100</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=14100&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Срабатывание клавиши при зажатии/отпускании двух других».]]></description>
		<lastBuildDate>Fri, 31 Aug 2018 15:06:33 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Срабатывание клавиши при зажатии/отпускании двух других]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=128366#p128366</link>
			<description><![CDATA[<p>Как-то так: </p><div class="codebox"><pre><code>!*~$RButton::
Loop
{
Send, {sc10}
If !GetKeyState(&quot;RButton&quot;, &quot;P&quot;)
Break
}
Return

;sc10 - скан код кнопки Q

</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Vitalkerrain)]]></author>
			<pubDate>Fri, 31 Aug 2018 15:06:33 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=128366#p128366</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Срабатывание клавиши при зажатии/отпускании двух других]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=128197#p128197</link>
			<description><![CDATA[<div class="codebox"><pre><code>
!RButton::      ; Зажатие
    Sleep, 300
    If GetKeyState(&quot;RButton&quot;, &quot;P&quot;) {
        Send, q
    }
    Return

!RButton Up::   ; Отпускание
    Send, q
    Return

</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (YMP)]]></author>
			<pubDate>Thu, 23 Aug 2018 04:35:17 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=128197#p128197</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Срабатывание клавиши при зажатии/отпускании двух других]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=128191#p128191</link>
			<description><![CDATA[<p>Добрый день. Подскажите как сделать так чтобы при зажатии&nbsp; / отпускании клавиш alt + правая кнопки мыши нажималась клавиша Q.</p>]]></description>
			<author><![CDATA[null@example.com (composter)]]></author>
			<pubDate>Wed, 22 Aug 2018 20:46:16 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=128191#p128191</guid>
		</item>
	</channel>
</rss>
