<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Не работает Send]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=17855&amp;type=atom" />
	<updated>2023-07-19T11:55:28Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=17855</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Не работает Send]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=158810#p158810" />
			<content type="html"><![CDATA[<p><strong>lvrule</strong><br />Нет, не обязательно. Первую запятую в команде можно пропускать, можете сами проверить.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2023-07-19T11:55:28Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=158810#p158810</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Не работает Send]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=158803#p158803" />
			<content type="html"><![CDATA[<p>Здраствуйте. &quot;send&quot; должен писаться с запятой</p><div class="codebox"><pre><code>
; IP-TV Player record
F3::
if WinActive(&quot;ahk_exe xxx.exe&quot;)
	Send, {F3}
Return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[lvrule]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=43252</uri>
			</author>
			<updated>2023-07-19T09:32:03Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=158803#p158803</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Не работает Send]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=158653#p158653" />
			<content type="html"><![CDATA[<p>Есть такой код:</p><div class="codebox"><pre><code>; IP-TV Player record
F3::
if WinActive(&quot;ahk_exe xxx.exe&quot;)
	Send {F3}
Return
</code></pre></div><p>Программа не реагирует на Send {F3}. На нажатие напрямую реагирует.</p>]]></content>
			<author>
				<name><![CDATA[stuermer]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42062</uri>
			</author>
			<updated>2023-07-04T11:27:52Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=158653#p158653</id>
		</entry>
</feed>
