<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: SendRaw. Отправка текста с переносами строк]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=12061&amp;type=atom" />
	<updated>2016-10-05T21:09:27Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=12061</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: SendRaw. Отправка текста с переносами строк]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=108225#p108225" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong>, спасибо!</p>]]></content>
			<author>
				<name><![CDATA[becauseim]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33149</uri>
			</author>
			<updated>2016-10-05T21:09:27Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=108225#p108225</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: SendRaw. Отправка текста с переносами строк]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=108224#p108224" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>js =
(
var arr = [];
for (var i = 0; i &lt; 5; i++)
   arr[i] = i
console.log(arr);
)

F11::
   tempClip := ClipboardAll
   Clipboard := js
   SendInput, ^{sc2F}
   Sleep, 100
   Clipboard := tempClip
   Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2016-10-05T20:32:34Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=108224#p108224</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: SendRaw. Отправка текста с переносами строк]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=108223#p108223" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong>, как поместить несколько строк в буфер?</p>]]></content>
			<author>
				<name><![CDATA[becauseim]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33149</uri>
			</author>
			<updated>2016-10-05T20:25:05Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=108223#p108223</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: SendRaw. Отправка текста с переносами строк]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=108222#p108222" />
			<content type="html"><![CDATA[<p>В любом случае можно послать через буфер обмена.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2016-10-05T20:22:35Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=108222#p108222</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: SendRaw. Отправка текста с переносами строк]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=108221#p108221" />
			<content type="html"><![CDATA[<p><strong>Flasher</strong>, т.е. необходимо код поместить в буфер обмена? Как это сделать?</p>]]></content>
			<author>
				<name><![CDATA[becauseim]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33149</uri>
			</author>
			<updated>2016-10-05T20:22:07Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=108221#p108221</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: SendRaw. Отправка текста с переносами строк]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=108220#p108220" />
			<content type="html"><![CDATA[<p><strong>becauseim</strong><br />Для элемента рабочего поля браузера так, конечно, не подступиться.<br />Я не спрашиваю, что это. Я спрашиваю откуда? Если буфер, то чем Ctrl+V не угодил?</p>]]></content>
			<author>
				<name><![CDATA[Flasher]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27593</uri>
			</author>
			<updated>2016-10-05T20:19:03Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=108220#p108220</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: SendRaw. Отправка текста с переносами строк]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=108219#p108219" />
			<content type="html"><![CDATA[<p><strong>Flasher</strong>, в поле console браузера Chrome. Исходный текст - это сценарий JS.</p>]]></content>
			<author>
				<name><![CDATA[becauseim]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33149</uri>
			</author>
			<updated>2016-10-05T20:01:29Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=108219#p108219</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: SendRaw. Отправка текста с переносами строк]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=108218#p108218" />
			<content type="html"><![CDATA[<p><strong>becauseim</strong><br />Т.е. стоит в неком поле, например, текстового редактора, и при нажатии ничего не появляется?</p><p>И откуда исходный текст берётся?</p>]]></content>
			<author>
				<name><![CDATA[Flasher]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27593</uri>
			</author>
			<updated>2016-10-05T19:58:13Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=108218#p108218</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: SendRaw. Отправка текста с переносами строк]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=108217#p108217" />
			<content type="html"><![CDATA[<p><strong>Flasher</strong>, при нажатии на F4 ничего не происходит.</p><p>Не существует метода отправки исходного текста без его редактирования? Т.е. если у меня текст для вставки гораздо большего объема, то необходимо также изображать каждый перенос строки подобным образом?</p>]]></content>
			<author>
				<name><![CDATA[becauseim]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33149</uri>
			</author>
			<updated>2016-10-05T19:53:32Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=108217#p108217</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: SendRaw. Отправка текста с переносами строк]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=108216#p108216" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>F4::
Text = Пункты:`r`n1. Текст`r`n2. Текст`r`n2.1 Текст`r`n2.2 Текст`r`n2.3 Текст`r`n3. Текст
Control EditPaste, % Text,, A</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Flasher]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27593</uri>
			</author>
			<updated>2016-10-05T19:40:40Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=108216#p108216</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: SendRaw. Отправка текста с переносами строк]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=108215#p108215" />
			<content type="html"><![CDATA[<p>Как отправить текст с переносами строк? Если ставить между строк <strong>`n</strong>, то нажимается <strong>Enter</strong>, а нужно, чтобы текст из цитаты вставлялся в нужную форму &quot;как есть&quot;.<br /></p><div class="quotebox"><blockquote><p>Пункты:<br />	1. Текст<br />	2. Текст<br />		2.1 Текст<br />		2.2 Текст<br />		2.3 Текст<br />	3. Текст</p></blockquote></div>]]></content>
			<author>
				<name><![CDATA[becauseim]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33149</uri>
			</author>
			<updated>2016-10-05T17:41:25Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=108215#p108215</id>
		</entry>
</feed>
