<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Ввести скопированный текст]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=14631&amp;type=atom" />
	<updated>2019-03-04T15:09:17Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=14631</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Ввести скопированный текст]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=132787#p132787" />
			<content type="html"><![CDATA[<p><strong>sawikuleza</strong><br />А зачем там переключение языка.</p><p>Так не работает?<br /><a href="http://forum.script-coding.com/viewtopic.php?pid=105333#p105333">http://forum.script-coding.com/viewtopi … 33#p105333</a></p>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2019-03-04T15:09:17Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=132787#p132787</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Ввести скопированный текст]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=132776#p132776" />
			<content type="html"><![CDATA[<p><strong>Здравствуйте</strong></p><p>Мне нужно чтобы программа эмулировала ввод текста из буфера обмена.<br />Я нашел такой скрипт на просторах интернета:</p><div class="codebox"><pre><code>
F11::
    Text = %Clipboard%

    Loop, Parse, Text
    {
        Char = %A_LoopField%
        If (Asc(Char) &lt; 128)
            PostMessage, 0x50,, 0x4090409,, A
        Else
            PostMessage, 0x50,, 0x4190419,, A
        Send, %Char%
        Sleep, 1
    }
Return
</code></pre></div><br /><p>Работает как надо, только есть одна проблемка, он не вставляет пробелы. Помогите пофиксить баг.</p>]]></content>
			<author>
				<name><![CDATA[sawikuleza]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39999</uri>
			</author>
			<updated>2019-03-04T13:33:12Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=132776#p132776</id>
		</entry>
</feed>
