<?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=15566&amp;type=atom" />
	<updated>2020-07-30T19:22:59Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=15566</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Очерёдное зажатие]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=141308#p141308" />
			<content type="html"><![CDATA[<p>Если кому то интересно, то это тоже работает.<br /></p><div class="codebox"><pre><code>
~*vk41::
Send, {vk58}
Send, {vk41 down}
keywait, vk41
Send, {vk41 up}
Send, {vk58}
return

</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Unrealus]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=41005</uri>
			</author>
			<updated>2020-07-30T19:22:59Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=141308#p141308</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Очерёдное зажатие]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=141307#p141307" />
			<content type="html"><![CDATA[<p><strong>Alectric</strong> Благодарю.</p>]]></content>
			<author>
				<name><![CDATA[Unrealus]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=41005</uri>
			</author>
			<updated>2020-07-30T19:20:36Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=141307#p141307</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Очерёдное зажатие]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=141306#p141306" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>$*vk41::
  if !a
  {
    send,{vk41}
    a:=1
  }
  Send, {vk58}
  return

$*vk41 up::
  a:=0
  Send, {vk58}
  send,{vk41}
  return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Alectric]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26027</uri>
			</author>
			<updated>2020-07-30T18:55:30Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=141306#p141306</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Очерёдное зажатие]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=141305#p141305" />
			<content type="html"><![CDATA[<p><strong>Alectric</strong>&nbsp; Возможно я неправильно сформулировал. В конечном итоге должно получиться &quot;Фчччччч(пока зажата клавиша)чччччФ&quot;. А скрипт, что вы мне подсказали чередует символы по очереди &quot;чфчфчфчффч&quot;.</p>]]></content>
			<author>
				<name><![CDATA[Unrealus]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=41005</uri>
			</author>
			<updated>2020-07-30T18:39:57Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=141305#p141305</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Очерёдное зажатие]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=141299#p141299" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>~*vk41::Send, {vk58}
~*vk41 up::Send, {vk58}
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Alectric]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26027</uri>
			</author>
			<updated>2020-07-30T16:58:36Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=141299#p141299</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Очерёдное зажатие]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=141291#p141291" />
			<content type="html"><![CDATA[<p>Добрый день.<br />Я пытался сделать скрипт который должен при нажатии клавиши &quot;Ф&quot; нажал на &quot;Ч&quot; , при этом не отпуская самой &quot;Ф&quot;. При отпускании&nbsp; должна вновь нажаться&nbsp; &quot;ч&quot;.<br /></p><div class="codebox"><pre><code>
vk41::
Send, {vk58}
Send, {vk41 down}
keywait, vk41
Send, {vk41 up}
Send, {vk58}
return
</code></pre></div><p>К сожалению понять где ошибся самостоятельно я не могу.</p>]]></content>
			<author>
				<name><![CDATA[Unrealus]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=41005</uri>
			</author>
			<updated>2020-07-30T15:43:06Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=141291#p141291</id>
		</entry>
</feed>
