<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AutoHotkey: Нажатие клавиши в активное окно]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=5527&amp;type=atom" />
	<updated>2011-02-18T09:11:40Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=5527</id>
		<entry>
			<title type="html"><![CDATA[Re: AutoHotkey: Нажатие клавиши в активное окно]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=45220#p45220" />
			<content type="html"><![CDATA[<p>Где-то на офф. форуме видел идею запускать виртуальную клавиатуру Windows и пробовать нажимать на ней клавиши. Но я не пробовал.</p>]]></content>
			<author>
				<name><![CDATA[InFlames]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24849</uri>
			</author>
			<updated>2011-02-18T09:11:40Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=45220#p45220</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AutoHotkey: Нажатие клавиши в активное окно]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=45215#p45215" />
			<content type="html"><![CDATA[<p>Жаль, не работает <img src="//forum.script-coding.com/img/smilies/sad.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[stormstrike]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26325</uri>
			</author>
			<updated>2011-02-18T05:35:43Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=45215#p45215</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AutoHotkey: Нажатие клавиши в активное окно]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=45212#p45212" />
			<content type="html"><![CDATA[<p>Sendplay можно попробовать вместо Send<br />Или попробовать изменить продолжительность нажатий клавиш через Setkeydelay, 10, 10</p>]]></content>
			<author>
				<name><![CDATA[InFlames]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24849</uri>
			</author>
			<updated>2011-02-17T21:13:35Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=45212#p45212</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AutoHotkey: Нажатие клавиши в активное окно]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=45211#p45211" />
			<content type="html"><![CDATA[<p>А что можно попробовать?</p>]]></content>
			<author>
				<name><![CDATA[stormstrike]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26325</uri>
			</author>
			<updated>2011-02-17T20:55:28Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=45211#p45211</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AutoHotkey: Нажатие клавиши в активное окно]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=45210#p45210" />
			<content type="html"><![CDATA[<p>Да, не все программы воспринимают посыл клавиш от AutoHotkey.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2011-02-17T20:53:59Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=45210#p45210</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AutoHotkey: Нажатие клавиши в активное окно]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=45209#p45209" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>Home::
Loop
{
Send, {Enter}
Sleep, 5000
}
Return

End::
  ExitApp
Return</code></pre></div><p>Скрипт посылает клавишу [Enter] в активное окно с интервалом 5 сек. Все это работает в любой программе и игре, но почемуто не работает в единственной Test Drive Unlimited 2. Может ли быть так что игра защищена от скриптов?</p><p>Лог AutoIt3 Window Spy:</p><div class="codebox"><pre><code>&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;( Window Title &amp; Class )&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;
Test Drive Unlimited 2
ahk_class Eden Applications</code></pre></div><p>Очень прошу помоч, тк для меня это очень важно <img src="//forum.script-coding.com/img/smilies/sad.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[stormstrike]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26325</uri>
			</author>
			<updated>2011-02-17T20:44:26Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=45209#p45209</id>
		</entry>
</feed>
