<?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=14267</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=14267&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: скрипт два раза повторяет действие после выключения».]]></description>
		<lastBuildDate>Sun, 21 Oct 2018 23:21:42 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: скрипт два раза повторяет действие после выключения]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=129348#p129348</link>
			<description><![CDATA[<p><strong>Alectric</strong> Спасибо, все заработало</p>]]></description>
			<author><![CDATA[null@example.com (BinaryEx)]]></author>
			<pubDate>Sun, 21 Oct 2018 23:21:42 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=129348#p129348</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: скрипт два раза повторяет действие после выключения]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=129331#p129331</link>
			<description><![CDATA[<div class="codebox"><pre><code>$F2::
T := !T
Loop:
If !T
	{
		SoundPlay, C:\sound\off.wav ;звук отключения
		return
	}
	Random, Rand, 25,112
	sleep, Rand
	Send, 1
	SoundPlay, C:\sound\tikc.wav
	Random, Rand, 8795,10323
	sleep, Rand
    if T
	  SetTimer, Loop, -1
    Return</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Alectric)]]></author>
			<pubDate>Sun, 21 Oct 2018 05:23:35 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=129331#p129331</guid>
		</item>
		<item>
			<title><![CDATA[AHK: скрипт два раза повторяет действие после выключения]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=129330#p129330</link>
			<description><![CDATA[<div class="codebox"><pre><code>$F2::
T := !T
Loop:
If !T
	{
		SoundPlay, C:\sound\off.wav ;звук отключения
		return
	}
	Random, Rand, 25,112
	sleep, Rand
	Send, 1
	SoundPlay, C:\sound\tikc.wav
	Random, Rand, 8795,10323
	sleep, Rand
	SetTimer, Loop, -1
    Return</code></pre></div><p>Есть такой скрипт, включается и отключается на одну кнопку, при работе посылает &quot;1&quot; и звук с определенной задержкой. Проблема заключается в том, что звук отключения срабатывает два раза.</p>]]></description>
			<author><![CDATA[null@example.com (BinaryEx)]]></author>
			<pubDate>Sat, 20 Oct 2018 20:23:11 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=129330#p129330</guid>
		</item>
	</channel>
</rss>
