<?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=12795&amp;type=atom" />
	<updated>2017-07-08T22:22:23Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=12795</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Включение и выключение скрипта]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=117180#p117180" />
			<content type="html"><![CDATA[<p>Suspend&#039;ом не проще?<br /></p><div class="codebox"><pre><code>1::Suspend Toggle ; вкл/выкл</code></pre></div>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2017-07-08T22:22:23Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=117180#p117180</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Включение и выключение скрипта]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=117173#p117173" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>#p::Pause ; Pressing Win+P once will pause the script. Pressing it again will unpause.</code></pre></div><p>При нажатии Win +P скрипт приостановится, при повторном нажатии продолжит свою работу. <br />Информация взята <a href="https://autohotkey.com/docs/commands/Pause.htm#Parameters">отсюда</a>.</p>]]></content>
			<author>
				<name><![CDATA[Drygok]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=37379</uri>
			</author>
			<updated>2017-07-08T18:30:48Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=117173#p117173</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Включение и выключение скрипта]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=117169#p117169" />
			<content type="html"><![CDATA[<p><span style="color: green"><strong>Kakuo</strong>, в заголовке должен присутствовать префикс языка. Слово &quot;помогите&quot; не несёт смысловой нагрузки. Код должен оформляться тегом &quot;code&quot;.</span></p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2017-07-08T14:39:35Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=117169#p117169</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Включение и выключение скрипта]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=117168#p117168" />
			<content type="html"><![CDATA[<p>Как включить и выключить этот скрипт по нажатию клавиши на клавиатуре?</p><div class="codebox"><pre><code>vk4::
   Loop
   {
      Send, {vk1}
      Sleep, 50
      If !GetKeyState(&quot;vk4&quot;, &quot;P&quot;)
         Break
   }
   Return
vk2::
   Loop
   {
      Send, {vk2}
      Sleep, 10
      If !GetKeyState(&quot;vk2&quot;, &quot;P&quot;)
         Break
   }
   Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Kakuo]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38615</uri>
			</author>
			<updated>2017-07-08T12:54:12Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=117168#p117168</id>
		</entry>
</feed>
