<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Нажатие одной клавиши после включение другого AHK]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=13083</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=13083&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Нажатие одной клавиши после включение другого AHK».]]></description>
		<lastBuildDate>Sat, 14 Oct 2017 20:20:21 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Нажатие одной клавиши после включение другого AHK]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=120027#p120027</link>
			<description><![CDATA[<p>Принимайте<br /></p><div class="codebox"><pre><code>global bTurn := 0
GoSub, Script
return

NumPad7::
bTurn := !bTurn
return

Script:
Loop {
	if(bTurn) {
		SendInput,{3}
		Sleep, 200
		SendInput,{1}
		Sleep, 50
	}
}
return</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (MandarinKa02)]]></author>
			<pubDate>Sat, 14 Oct 2017 20:20:21 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=120027#p120027</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Нажатие одной клавиши после включение другого AHK]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=120026#p120026</link>
			<description><![CDATA[<p><strong>KotikMurzik</strong>, оформите код тегом и проставьте знаки препинания.</p>]]></description>
			<author><![CDATA[null@example.com (stealzy)]]></author>
			<pubDate>Sat, 14 Oct 2017 10:41:02 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=120026#p120026</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Нажатие одной клавиши после включение другого AHK]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=120025#p120025</link>
			<description><![CDATA[<p>Смотрите я хочу сделать чтобы когда я нажимал на NumPad7&nbsp; активировался другой скрипт то есть после нажатия клавиши Num7 активировался этот скрипт: Q::<br />{<br />SendInput,{3}<br />Sleep, 50<br />SendInput,{1}<br />Sleep, 50<br />}<br />Return<br />А после нажатие num7 опять&nbsp; он&nbsp; выключался или на другую если так нельзя допустим num8&nbsp; выключался&nbsp; num7 включался, как сделать? Помогите <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /></p>]]></description>
			<author><![CDATA[null@example.com (KotikMurzik)]]></author>
			<pubDate>Sat, 14 Oct 2017 10:32:52 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=120025#p120025</guid>
		</item>
	</channel>
</rss>
