<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK:Зажим клавиши на время(gta v)]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=15429</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=15429&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK:Зажим клавиши на время(gta v)».]]></description>
		<lastBuildDate>Thu, 02 Jul 2020 08:03:38 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK:Зажим клавиши на время(gta v)]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=140522#p140522</link>
			<description><![CDATA[<div class="quotebox"><cite>KAntony пишет:</cite><blockquote><div class="quotebox"><cite>Katran пишет:</cite><blockquote><p>#Persistent<br />#SingleInstance, Force</p><p>~*$Home::<br />i = 0<br />while i = 0<br />{<br />Loop 100<br />{<br />Send, {vk45 down}<br />sleep 60<br />}<br />Send, {vk45 up}<br />Sleep 7000<br />}</p><br /><p>End::&nbsp; ExitApp</p></blockquote></div><p>Этот скрипт работает в активном окне, возможно ли сделать, что бы он работал не в активном окне?</p></blockquote></div><p>Вопрос не решен, может кто помочь?</p>]]></description>
			<author><![CDATA[null@example.com (KAntony)]]></author>
			<pubDate>Thu, 02 Jul 2020 08:03:38 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=140522#p140522</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK:Зажим клавиши на время(gta v)]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=140494#p140494</link>
			<description><![CDATA[<p><strong>__Михаил__</strong><br />Спасибо, попробую разобраться.</p>]]></description>
			<author><![CDATA[null@example.com (KAntony)]]></author>
			<pubDate>Mon, 29 Jun 2020 16:02:47 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=140494#p140494</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK:Зажим клавиши на время(gta v)]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=140492#p140492</link>
			<description><![CDATA[<p>Поиском пользовались?<br /><a href="http://forum.script-coding.com/viewtopic.php?id=13217">Может это?</a></p>]]></description>
			<author><![CDATA[null@example.com (__Михаил__)]]></author>
			<pubDate>Mon, 29 Jun 2020 15:21:06 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=140492#p140492</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK:Зажим клавиши на время(gta v)]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=140485#p140485</link>
			<description><![CDATA[<p><strong>__Михаил__</strong><br />Если вы чего-то не понимаете, пройдите мимо и не засоряйте тему флудом.</p>]]></description>
			<author><![CDATA[null@example.com (KAntony)]]></author>
			<pubDate>Mon, 29 Jun 2020 08:26:09 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=140485#p140485</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK:Зажим клавиши на время(gta v)]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=140469#p140469</link>
			<description><![CDATA[<p><strong>KAntony</strong><br />Два монитора не у всех есть, а у тех у кого их два, обычно такой ерундой не занимаются, уж извините, не на чем проверить.</p>]]></description>
			<author><![CDATA[null@example.com (__Михаил__)]]></author>
			<pubDate>Sun, 28 Jun 2020 13:30:22 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=140469#p140469</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK:Зажим клавиши на время(gta v)]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=140418#p140418</link>
			<description><![CDATA[<p>Подскажите, кто знает?</p>]]></description>
			<author><![CDATA[null@example.com (KAntony)]]></author>
			<pubDate>Sat, 27 Jun 2020 17:24:49 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=140418#p140418</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK:Зажим клавиши на время(gta v)]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=140197#p140197</link>
			<description><![CDATA[<div class="quotebox"><cite>Katran пишет:</cite><blockquote><p>IfWinExist (&quot;ahk_class GTA5.exe&quot;)<br />{<br />WinActivate<br />........ код<br />добавьте это в начало цикла<br />конец цикла<br />}</p></blockquote></div><p>Я правильно понял?</p><p>#Persistent<br />#SingleInstance, Force</p><p>~*$Home::<br />i = 0<br />while i = 0<br />IfWinExist (&quot;ahk_class GTA5.exe&quot;)<br />{<br />WinActivate<br />{<br />Loop 100<br />{<br />Send, {vk45 down}<br />sleep 53<br />}<br />Send, {vk45 up}<br />Sleep 3800<br />}<br />}</p><p>End::&nbsp; ExitApp</p>]]></description>
			<author><![CDATA[null@example.com (KAntony)]]></author>
			<pubDate>Fri, 19 Jun 2020 17:24:18 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=140197#p140197</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK:Зажим клавиши на время(gta v)]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=140173#p140173</link>
			<description><![CDATA[<p>IfWinExist (&quot;ahk_class GTA5.exe&quot;)<br />{<br />WinActivate<br />........ код<br />добавьте это в начало цикла<br />конец цикла<br />}</p>]]></description>
			<author><![CDATA[null@example.com (Katran)]]></author>
			<pubDate>Tue, 16 Jun 2020 13:27:32 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=140173#p140173</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK:Зажим клавиши на время(gta v)]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=140132#p140132</link>
			<description><![CDATA[<p><strong>Katran</strong><br />Да</p>]]></description>
			<author><![CDATA[null@example.com (KAntony)]]></author>
			<pubDate>Sat, 13 Jun 2020 13:01:28 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=140132#p140132</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK:Зажим клавиши на время(gta v)]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=140128#p140128</link>
			<description><![CDATA[<p>что за игра? GTA5?</p>]]></description>
			<author><![CDATA[null@example.com (Katran)]]></author>
			<pubDate>Fri, 12 Jun 2020 19:04:48 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=140128#p140128</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK:Зажим клавиши на время(gta v)]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=140116#p140116</link>
			<description><![CDATA[<p><strong>Katran</strong><br />У меня два монитора, на одном я работаю, на другом запущена игра, в игре выполняется скрипт(который вы мне помогли написать), но мне его нужно контролировать и при этом работать.</p><p>В данной ситуации, когда я запускаю скрипт в игре и начинаю работать, то скрипт работает в активном окне, то есть в той программе в которой я работаю и мешает мне, а в игре не работает.</p>]]></description>
			<author><![CDATA[null@example.com (KAntony)]]></author>
			<pubDate>Fri, 12 Jun 2020 09:56:10 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=140116#p140116</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK:Зажим клавиши на время(gta v)]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=140114#p140114</link>
			<description><![CDATA[<p>WinExist WinGet функции проверки окна и нахождения неактивного смотря для чего делается скрипт</p>]]></description>
			<author><![CDATA[null@example.com (Katran)]]></author>
			<pubDate>Fri, 12 Jun 2020 08:31:47 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=140114#p140114</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK:Зажим клавиши на время(gta v)]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=140094#p140094</link>
			<description><![CDATA[<div class="quotebox"><cite>Katran пишет:</cite><blockquote><p>#Persistent<br />#SingleInstance, Force</p><p>~*$Home::<br />i = 0<br />while i = 0<br />{<br />Loop 100<br />{<br />Send, {vk45 down}<br />sleep 60<br />}<br />Send, {vk45 up}<br />Sleep 7000<br />}</p><br /><p>End::&nbsp; ExitApp</p></blockquote></div><p>Этот скрипт работает в активном окне, возможно ли сделать, что бы он работал не в активном окне?</p>]]></description>
			<author><![CDATA[null@example.com (KAntony)]]></author>
			<pubDate>Wed, 10 Jun 2020 09:38:05 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=140094#p140094</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK:Зажим клавиши на время(gta v)]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=140077#p140077</link>
			<description><![CDATA[<p><strong>Katran</strong><br />Спасибо</p>]]></description>
			<author><![CDATA[null@example.com (KAntony)]]></author>
			<pubDate>Mon, 08 Jun 2020 21:50:36 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=140077#p140077</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK:Зажим клавиши на время(gta v)]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=140070#p140070</link>
			<description><![CDATA[<p>#Persistent<br />#SingleInstance, Force</p><p>~*$Home::<br />i = 0<br />while i = 0<br />{<br />Loop 100<br />{<br />Send, {vk45 down}<br />sleep 60<br />}<br />Send, {vk45 up}<br />Sleep 7000<br />}</p><br /><p>End::&nbsp; ExitApp</p>]]></description>
			<author><![CDATA[null@example.com (Katran)]]></author>
			<pubDate>Mon, 08 Jun 2020 12:05:32 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=140070#p140070</guid>
		</item>
	</channel>
</rss>
