<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Cуществуют ли другие команды для команды Send]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=6008&amp;type=atom" />
	<updated>2011-07-16T08:32:28Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=6008</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Cуществуют ли другие команды для команды Send]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=49897#p49897" />
			<content type="html"><![CDATA[<p>В принципе, заработало после установки стороннего фикса, который эмулирует нажатие кнопок на клавиатуре.<br /></p><div class="codebox"><pre><code>[Options]
UseInitBeep=1
Log=0
BackgroundMode=1
PadCount=1

[PAD1]
A=Z
B=X
X=A
Y=S
Left Shoulder=V
Left Trigger=F
Right Shoulder=C
Right Trigger=D
D-Pad Up=Up
D-Pad Down=Down
D-Pad Left=Left
D-Pad Right=Right
Start=O
Back=P</code></pre></div><p>Может быть, подскажите как эмулировать с помощью этого фикса одновременно две клавиши! <br />Например: <br /></p><div class="codebox"><pre><code>A+X=M
B+Y=N</code></pre></div><p>Так, не работает!</p>]]></content>
			<author>
				<name><![CDATA[Bruse81]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27086</uri>
			</author>
			<updated>2011-07-16T08:32:28Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=49897#p49897</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Cуществуют ли другие команды для команды Send]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=49893#p49893" />
			<content type="html"><![CDATA[<p>Аналогичная проблема была с игрой Point Blank .&nbsp; И её решить никак не удалось после обновления игры!<br />Видимо анти-читерские&nbsp; программы блокируют или&nbsp; перехватывают команды скрипта.<br />PS. Это моё мнение.<br />А раньше все работало отлично!</p>]]></content>
			<author>
				<name><![CDATA[Zanoza]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26155</uri>
			</author>
			<updated>2011-07-16T02:21:17Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=49893#p49893</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Cуществуют ли другие команды для команды Send]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=49889#p49889" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Bruse81 пишет:</cite><blockquote><p>...существуют ли другие команды для команды Send, т.к. эта команда не работает в игре?</p></blockquote></div><p><a href="http://script-coding.com/AutoHotkey/Send.html">Send / SendRaw / SendInput / SendPlay / SendEvent: Send Keys &amp; Clicks</a></p><div class="quotebox"><cite>Bruse81 пишет:</cite><blockquote><p>Конкретно, не работает ..., в ... все работало отлично.</p></blockquote></div><p>Следует сфокусировать работу скрипта с конкретным/группой конкретных приложением/приложений посредству использования в скрипте директивы <a href="http://script-coding.com/AutoHotkey/IfWinActive.html">#IfWinActive</a> (как вариант), и желательно клавиши указать в виде <a href="http://forum.script-coding.com/viewtopic.php?id=5690">виртуального/клавиатурного</a> кода.</p>]]></content>
			<author>
				<name><![CDATA[Grey]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25792</uri>
			</author>
			<updated>2011-07-15T15:45:27Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=49889#p49889</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Cуществуют ли другие команды для команды Send]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=49869#p49869" />
			<content type="html"><![CDATA[<p>Здравствуйте, существуют ли другие команды для команды Send, т.к. эта команда не работает в игре? Конкретно, не работает Super Street Fighter 4, в Street Fighter 4 все работало отлично.</p><div class="codebox"><pre><code>F1::
Send, {U down}
Sleep, 100
Send, {U up}
return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Bruse81]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27086</uri>
			</author>
			<updated>2011-07-15T06:38:51Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=49869#p49869</id>
		</entry>
</feed>
