<?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>http://forum.script-coding.com/viewtopic.php?id=18403</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=18403&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Помогите пожалуйста добавить звуковое сопровождение моему скрипту».]]></description>
		<lastBuildDate>Mon, 17 Mar 2025 04:15:46 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Помогите пожалуйста добавить звуковое сопровождение моему скрипту]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=162110#p162110</link>
			<description><![CDATA[<p><strong>teadrinker</strong>, большое спасибо за новый скрипт!<br />Всё работает!)</p>]]></description>
			<author><![CDATA[null@example.com (Tradus)]]></author>
			<pubDate>Mon, 17 Mar 2025 04:15:46 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=162110#p162110</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Помогите пожалуйста добавить звуковое сопровождение моему скрипту]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=162109#p162109</link>
			<description><![CDATA[<div class="codebox"><pre><code>Home::
fn(isTimer := false) {
    static toggle := false, timer := Func(&quot;fn&quot;).Bind(true)
    if isTimer {
        Send {Enter}
    } else {
        SetTimer % timer, % (toggle ^= 1) ? 600 : &quot;Off&quot;
        file := toggle ? &quot;Windows Logon.wav&quot; : &quot;Windows Notify System Generic.wav&quot;
        SoundPlay %A_WinDir%\Media\%file%
    }
}</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Sun, 16 Mar 2025 20:09:12 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=162109#p162109</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Помогите пожалуйста добавить звуковое сопровождение моему скрипту]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=162104#p162104</link>
			<description><![CDATA[<p>Здравствуйте.<br />Имеется очень простой скрипт, который запускает бесконечное нажатие клавиши Enter, включается и отключается клавишей Home<br /></p><div class="codebox"><pre><code>Pause
Loop {
  Send {Enter}
  Sleep 600
}
Home::Pause</code></pre></div><p>Мне нужна ваша помощь!) <br />Я очень хочу слышать когда включаю и когда отключаю скрипт.<br />Допустим при снятии с паузы нужно воспроизвести<br /></p><div class="codebox"><pre><code>SoundPlay, %A_WinDir%\Media\Windows Logon.wav</code></pre></div><p>А когда я ставлю скрипт на паузу, должен звучать<br /></p><div class="codebox"><pre><code>SoundPlay, %A_WinDir%\Media\Windows Notify System Generic.wav</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Tradus)]]></author>
			<pubDate>Sun, 16 Mar 2025 04:36:36 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=162104#p162104</guid>
		</item>
	</channel>
</rss>
