<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Остановка цикла по клавише]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=16752</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=16752&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Остановка цикла по клавише».]]></description>
		<lastBuildDate>Wed, 24 Nov 2021 03:49:27 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Остановка цикла по клавише]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=150750#p150750</link>
			<description><![CDATA[<p>Пример:</p><div class="codebox"><pre><code>loop
{
SoundBeep 500
Sleep 500
}

MButton:: Pause</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (ypppu)]]></author>
			<pubDate>Wed, 24 Nov 2021 03:49:27 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=150750#p150750</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Остановка цикла по клавише]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=150749#p150749</link>
			<description><![CDATA[<p>Приветствую.</p><p>Решил написать небольшой ахк для себя, но поставив повтор цикла, столкнулся с проблемой, что теперь не могу остановить его. Помогите пожалуйста, подскажите как сделать что-бы цикл останавливался при нажатии на колёсико мыши.</p><div class="codebox"><pre><code> 
loop
{
Sendinput, {LAlt Down}
Sleep 500
Sendinput, {LAlt Up}
Sleep 500
Sendinput, {Down 5}
Sleep 500
Sendinput, {Enter}
Sleep 500
Sendinput, {Esc}
Sleep 500
Sendinput, {F6}/trunk {Enter}
Sleep 500
Sendinput, {Down}
Sleep 500
Sendinput, {Enter}
Sleep 500
Sendinput, {Down 7}
Sleep 500
Sendinput, {Enter}
Sleep 1000
Sendinput, 25{Enter}
Sleep 500
Sendinput, {Esc}
sleep 30000
}
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Maksim)]]></author>
			<pubDate>Wed, 24 Nov 2021 00:13:38 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=150749#p150749</guid>
		</item>
	</channel>
</rss>
