<?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=13890&amp;type=atom" />
	<updated>2018-06-30T10:10:58Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=13890</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Одна клавиша посылает разные нажатия]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=126560#p126560" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>vk4B::Send % (k:=!k) ? &quot;1&quot; : &quot;2&quot;</code></pre></div>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2018-06-30T10:10:58Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=126560#p126560</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Одна клавиша посылает разные нажатия]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=126557#p126557" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>Hotkey, K, 1
return
1:
Send, 1
Hotkey, K, 2
return
2:
Send, 2
Hotkey, K, 1
return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[qqlexa]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39096</uri>
			</author>
			<updated>2018-06-29T23:09:24Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=126557#p126557</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Одна клавиша посылает разные нажатия]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=126524#p126524" />
			<content type="html"><![CDATA[<p>Поясню на примере. Допустим нажимаю я кнопку K и в первый раз вместо K реализуется 1, а во второй раз нажатия клавиши K реализовалась бы клавиша 2 к примеру, и так по кругу. Товарищи помогите, буду признателен</p>]]></content>
			<author>
				<name><![CDATA[PavelGR]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39352</uri>
			</author>
			<updated>2018-06-28T09:14:15Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=126524#p126524</id>
		</entry>
</feed>
