<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; Не могу разобраться. Помогите пожалуйста.]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=15930&amp;type=atom" />
	<updated>2020-12-18T11:06:08Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=15930</id>
		<entry>
			<title type="html"><![CDATA[Re: Не могу разобраться. Помогите пожалуйста.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=144254#p144254" />
			<content type="html"><![CDATA[<p><strong>yedejon649</strong>&nbsp; Спасибо!</p>]]></content>
			<author>
				<name><![CDATA[SHOX]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39086</uri>
			</author>
			<updated>2020-12-18T11:06:08Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=144254#p144254</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Не могу разобраться. Помогите пожалуйста.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=144253#p144253" />
			<content type="html"><![CDATA[<p><strong>ypppu</strong> Извините, учту.</p>]]></content>
			<author>
				<name><![CDATA[SHOX]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39086</uri>
			</author>
			<updated>2020-12-18T11:04:33Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=144253#p144253</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Не могу разобраться. Помогите пожалуйста.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=144252#p144252" />
			<content type="html"><![CDATA[<p><strong>stealzy</strong> Очень смешно! В &quot;Кривое зеркало&quot; Не пробовали Сценаристом устроиться?</p>]]></content>
			<author>
				<name><![CDATA[SHOX]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39086</uri>
			</author>
			<updated>2020-12-18T11:02:45Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=144252#p144252</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Не могу разобраться. Помогите пожалуйста.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=144249#p144249" />
			<content type="html"><![CDATA[<p><strong>SHOX</strong><br />От If до Else, возьмите в фигурные скобки:<br /></p><div class="codebox"><pre><code>
{
	Send, {vk6E}
	Sleep, 1000
	Send, {vk6A}
}
</code></pre></div><p><a href="https://www.autohotkey.com/docs/commands/Block.htm"> Про блок операторов в хелпе</a>.</p>]]></content>
			<author>
				<name><![CDATA[yedejon649]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41303</uri>
			</author>
			<updated>2020-12-18T06:58:27Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=144249#p144249</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Не могу разобраться. Помогите пожалуйста.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=144248#p144248" />
			<content type="html"><![CDATA[<p><span style="color: green"><strong>SHOX</strong>, заголовок темы должен отражать суть вопроса и содержать префикс скриптового языка. Исправьте!</span></p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2020-12-18T06:47:18Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=144248#p144248</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Не могу разобраться. Помогите пожалуйста.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=144244#p144244" />
			<content type="html"><![CDATA[<p>Здравствуйте. <br />Помогите&nbsp; пожалуйста заставить&nbsp; работать данный скрипт <br /></p><div class="codebox"><pre><code>PGDN::
KeyWait, %A_ThisHotkey%
KeyWait, %A_ThisHotkey%, D T0.2
If ErrorLevel
Send, {vk6E}
Sleep, 1000
Send, {vk6A}
Else
Send, {vk66}
Sleep, 1000
Send, {vk6A}
KeyWait, %A_ThisHotkey%</code></pre></div><p>Он работает только так<br /></p><div class="codebox"><pre><code>PGDN::
KeyWait, %A_ThisHotkey%
KeyWait, %A_ThisHotkey%, D T0.2
If ErrorLevel
Send, {vk6E}{vk6A}
Else
Send, {vk66}{vk6A}
KeyWait, %A_ThisHotkey%</code></pre></div><p>Но мне нужна задержка командой&nbsp; &quot;Sleep&quot;. <br />Подскажите пожалуйста.</p>]]></content>
			<author>
				<name><![CDATA[SHOX]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39086</uri>
			</author>
			<updated>2020-12-18T02:44:45Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=144244#p144244</id>
		</entry>
</feed>
