<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Отправка текста]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=17728</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=17728&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Отправка текста».]]></description>
		<lastBuildDate>Wed, 31 May 2023 22:05:00 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Отправка текста]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=158406#p158406</link>
			<description><![CDATA[<p>Решение гораздо проще, загляните в справку по Send.</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Wed, 31 May 2023 22:05:00 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=158406#p158406</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Отправка текста]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=158405#p158405</link>
			<description><![CDATA[<p>Вот ещё такой вариант на ум пришёл, тут весь файл читается и каждая строка по отдельности пишется. Проверил, всё работает.<br /></p><div class="codebox"><pre><code>F1::
{
	FileEncoding, UTF-8-RAW
	Loop, read, D:\file.txt
	{
		Loop, parse, A_LoopReadLine, %A_Tab%
		{
			SendInput, {T}
			Sleep, 150
			SendInput, % A_LoopField
			Sleep, 150
			SendInput, {Enter}
		}
	}
	Return
}
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (alexsokolin)]]></author>
			<pubDate>Wed, 31 May 2023 21:57:26 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=158405#p158405</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Отправка текста]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=158402#p158402</link>
			<description><![CDATA[<p>Простой, но неправильный. Попробуйте файл с таким содержанием: &quot;!!!&quot;.</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Wed, 31 May 2023 16:58:24 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=158402#p158402</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Отправка текста]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=158396#p158396</link>
			<description><![CDATA[<p>Максимально простой вариант:<br /></p><div class="codebox"><pre><code>
F1::
FileRead, TextVar, D:\file.txt
SendInput, {T}
Sleep, 150
SendInput, % TextVar
Sleep, 150
SendInput, {Enter}
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (alexsokolin)]]></author>
			<pubDate>Wed, 31 May 2023 13:05:33 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=158396#p158396</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Отправка текста]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=157507#p157507</link>
			<description><![CDATA[<p>Всё зависит от того какие команды используете и как.</p>]]></description>
			<author><![CDATA[null@example.com (__Михаил__)]]></author>
			<pubDate>Sat, 08 Apr 2023 19:38:03 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=157507#p157507</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Отправка текста]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=157505#p157505</link>
			<description><![CDATA[<p>Никак не могу разобраться как сделать чтобы можно было отправлять текст из файла. Допустим есть 123.txt. Мне нужно чтобы скрипт поочередно нажимал клавишу T чтобы открыть чат, вставлял текст и нажимал Enter. Ничего не выходит. Нужна помощь</p>]]></description>
			<author><![CDATA[null@example.com (DE1462)]]></author>
			<pubDate>Sat, 08 Apr 2023 17:45:14 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=157505#p157505</guid>
		</item>
	</channel>
</rss>
