<?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="http://forum.script-coding.com/extern.php?action=feed&amp;tid=15408&amp;type=atom" />
	<updated>2020-06-02T00:51:44Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=15408</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: При зажиме клавиши выполняются поочередно команды.]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=139887#p139887" />
			<content type="html"><![CDATA[<p><strong>serzh82saratov</strong><br />Все работает, большое спасибо.</p>]]></content>
			<author>
				<name><![CDATA[Даниил Максимович]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=40863</uri>
			</author>
			<updated>2020-06-02T00:51:44Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=139887#p139887</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: При зажиме клавиши выполняются поочередно команды.]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=139874#p139874" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>#If GetKeyState(&quot;MButton&quot;, &quot;P&quot;)
w::
s::
a::
d:: Send {%A_ThisHotkey% 2}
#If</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2020-06-01T13:33:44Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=139874#p139874</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: При зажиме клавиши выполняются поочередно команды.]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=139872#p139872" />
			<content type="html"><![CDATA[<p><strong>SuBrex</strong><br />Не совсем то, двойное нажатие клавиши должно происходить тогда, когда зажата средняя кнопка мыши.</p>]]></content>
			<author>
				<name><![CDATA[Даниил Максимович]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=40863</uri>
			</author>
			<updated>2020-06-01T13:16:32Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=139872#p139872</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: При зажиме клавиши выполняются поочередно команды.]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=139864#p139864" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>
#NoEnv
Suspend

MButton:: Suspend
Return

sc11::
Loop, 2
 {
 Send, {sc11}
 }
Return

sc20::
Loop, 2
 {
 Send, {sc20}
 }
Return

sc1F::
Loop, 2
 {
 Send, {sc1F}
 }
Return

sc1E::
Loop, 2
 {
 Send, {sc1E}
 }
Return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[SuBrex]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=40829</uri>
			</author>
			<updated>2020-06-01T10:26:53Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=139864#p139864</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: При зажиме клавиши выполняются поочередно команды.]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=139850#p139850" />
			<content type="html"><![CDATA[<p>Доброго времени суток!<br />Снова прошу о помощи...<br />Как при зажатом колесике (MButton) сделать так, что бы происходило двойное нажатие клавиш (WASD)? Причем поочередно.<br />Т.е. при нажатии W - происходит двойное нажатие W. При нажатии S - происходит двойное нажатие S, и все это только тогда, когда зажато колесико мыши.<br />Благодарю за дальнейшую помощь.</p>]]></content>
			<author>
				<name><![CDATA[Даниил Максимович]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=40863</uri>
			</author>
			<updated>2020-06-01T07:46:59Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=139850#p139850</id>
		</entry>
</feed>
