<?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=14423&amp;type=atom" />
	<updated>2019-01-02T14:32:38Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=14423</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Поочередное нажатие разных клавиш нажатием одной]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=130808#p130808" />
			<content type="html"><![CDATA[<p>dell</p>]]></content>
			<author>
				<name><![CDATA[Alikkuc]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39866</uri>
			</author>
			<updated>2019-01-02T14:32:38Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=130808#p130808</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Поочередное нажатие разных клавиш нажатием одной]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=130795#p130795" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>$4:: Send % 4 + !i := !i</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2019-01-01T12:41:25Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=130795#p130795</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Поочередное нажатие разных клавиш нажатием одной]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=130794#p130794" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>active := 1

$4::
active := !active
Send, % &quot;{&quot; (active ? 4 : 5) &quot;}&quot;
return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Phoenixxx_Czar]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34426</uri>
			</author>
			<updated>2019-01-01T10:53:59Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=130794#p130794</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Поочередное нажатие разных клавиш нажатием одной]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=130793#p130793" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>*4::
Send, % [&quot;4&quot;,&quot;5&quot;][(count &gt;= 2 || !count)? count := 1 : ++count]</code></pre></div>]]></content>
			<author>
				<name><![CDATA[rowe]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33506</uri>
			</author>
			<updated>2019-01-01T09:31:20Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=130793#p130793</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Поочередное нажатие разных клавиш нажатием одной]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=130792#p130792" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>active := 1
*4::
active := !active
Send, % &quot;{&quot; (active ? 5 : 4) &quot;}&quot;</code></pre></div>]]></content>
			<author>
				<name><![CDATA[rowe]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33506</uri>
			</author>
			<updated>2019-01-01T09:26:29Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=130792#p130792</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Поочередное нажатие разных клавиш нажатием одной]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=130791#p130791" />
			<content type="html"><![CDATA[<p>del</p>]]></content>
			<author>
				<name><![CDATA[rowe]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33506</uri>
			</author>
			<updated>2019-01-01T09:24:56Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=130791#p130791</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Поочередное нажатие разных клавиш нажатием одной]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=130743#p130743" />
			<content type="html"><![CDATA[<p><strong>deznight</strong><br /></p><div class="codebox"><pre><code>
active := 1

4::
active := !active
Send, % &quot;{&quot; (active ? 4 : 5) &quot;}&quot;
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Phoenixxx_Czar]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34426</uri>
			</author>
			<updated>2018-12-30T14:08:13Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=130743#p130743</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Поочередное нажатие разных клавиш нажатием одной]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=130737#p130737" />
			<content type="html"><![CDATA[<p><strong>deznight</strong><br />Добрый день!<br />Скрипт может считать нажимания 4 и заносить каждое нажатие сопровождать изменение значения переменной с 0 на 1. и в зависимости от значения переменной выдавать результат (4 или 5).</p>]]></content>
			<author>
				<name><![CDATA[dmitry-semin]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39549</uri>
			</author>
			<updated>2018-12-30T13:32:43Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=130737#p130737</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Поочередное нажатие разных клавиш нажатием одной]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=130444#p130444" />
			<content type="html"><![CDATA[<p>Добрый день. Нужен скрипт, который при нажатии на &quot;4&quot; первый раз нажимает &quot;4&quot;, при нажатии&nbsp; на &quot;4&quot; второй раз нажимает &quot;5&quot; (а &quot;4&quot; в этот раз не нажимает), потом снова &quot;4&quot;, &quot;5&quot; и т.д.<br />Спасибо.</p>]]></content>
			<author>
				<name><![CDATA[deznight]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39810</uri>
			</author>
			<updated>2018-12-17T16:47:52Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=130444#p130444</id>
		</entry>
</feed>
