<?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="https://forum.script-coding.com/extern.php?action=feed&amp;tid=6517&amp;type=atom" />
	<updated>2011-12-05T04:31:06Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=6517</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Проигрывание звука при вкл/выкл хоткеев]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=54262#p54262" />
			<content type="html"><![CDATA[<p>Grey, спасибо.</p>]]></content>
			<author>
				<name><![CDATA[Kokkolar]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27388</uri>
			</author>
			<updated>2011-12-05T04:31:06Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=54262#p54262</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Проигрывание звука при вкл/выкл хоткеев]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=54178#p54178" />
			<content type="html"><![CDATA[<p><a href="http://www.script-coding.com/AutoHotkeyTranslation.html">Документация</a></p>]]></content>
			<author>
				<name><![CDATA[creature.ws]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26105</uri>
			</author>
			<updated>2011-12-03T01:16:41Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=54178#p54178</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Проигрывание звука при вкл/выкл хоткеев]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=54177#p54177" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>~F5::
   Suspend
   SoundPlay, G:\1.wav
   Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Grey]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25792</uri>
			</author>
			<updated>2011-12-03T01:16:29Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=54177#p54177</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Проигрывание звука при вкл/выкл хоткеев]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=54174#p54174" />
			<content type="html"><![CDATA[<p>Хочу слышать звук при нажатии на кнопку вкл/выкл хоткеев скрипта.</p><div class="codebox"><pre><code>~F5::
{
 Suspend, Toggle
 SoundPlay, G:\1.wav
}
Return</code></pre></div><p>Подобная конструкция проигрывает звук, выключает хотеи, а включать их обратно не желает.</p><p>Понимаю что можно сделать отдельный скрипт, который будет на F5 проигрывать звуки, но хотелось бы обойтись без этого.</p>]]></content>
			<author>
				<name><![CDATA[Kokkolar]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27388</uri>
			</author>
			<updated>2011-12-03T00:58:50Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=54174#p54174</id>
		</entry>
</feed>
