<?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=14100&amp;type=atom" />
	<updated>2018-08-31T15:06:33Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=14100</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Срабатывание клавиши при зажатии/отпускании двух других]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=128366#p128366" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Vitalkerrain]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39447</uri>
			</author>
			<updated>2018-08-31T15:06:33Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=128366#p128366</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Срабатывание клавиши при зажатии/отпускании двух других]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=128197#p128197" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[YMP]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=81</uri>
			</author>
			<updated>2018-08-23T04:35:17Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=128197#p128197</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Срабатывание клавиши при зажатии/отпускании двух других]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=128191#p128191" />
			<content type="html"><![CDATA[<p>Добрый день. Подскажите как сделать так чтобы при зажатии&nbsp; / отпускании клавиш alt + правая кнопки мыши нажималась клавиша Q.</p>]]></content>
			<author>
				<name><![CDATA[composter]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=29447</uri>
			</author>
			<updated>2018-08-22T20:46:16Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=128191#p128191</id>
		</entry>
</feed>
