<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: SendRaw. Отправка текста с переносами строк]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=12061</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=12061&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: SendRaw. Отправка текста с переносами строк».]]></description>
		<lastBuildDate>Wed, 05 Oct 2016 21:09:27 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: SendRaw. Отправка текста с переносами строк]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=108225#p108225</link>
			<description><![CDATA[<p><strong>teadrinker</strong>, спасибо!</p>]]></description>
			<author><![CDATA[null@example.com (becauseim)]]></author>
			<pubDate>Wed, 05 Oct 2016 21:09:27 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=108225#p108225</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: SendRaw. Отправка текста с переносами строк]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=108224#p108224</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Wed, 05 Oct 2016 20:32:34 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=108224#p108224</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: SendRaw. Отправка текста с переносами строк]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=108223#p108223</link>
			<description><![CDATA[<p><strong>teadrinker</strong>, как поместить несколько строк в буфер?</p>]]></description>
			<author><![CDATA[null@example.com (becauseim)]]></author>
			<pubDate>Wed, 05 Oct 2016 20:25:05 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=108223#p108223</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: SendRaw. Отправка текста с переносами строк]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=108222#p108222</link>
			<description><![CDATA[<p>В любом случае можно послать через буфер обмена.</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Wed, 05 Oct 2016 20:22:35 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=108222#p108222</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: SendRaw. Отправка текста с переносами строк]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=108221#p108221</link>
			<description><![CDATA[<p><strong>Flasher</strong>, т.е. необходимо код поместить в буфер обмена? Как это сделать?</p>]]></description>
			<author><![CDATA[null@example.com (becauseim)]]></author>
			<pubDate>Wed, 05 Oct 2016 20:22:07 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=108221#p108221</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: SendRaw. Отправка текста с переносами строк]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=108220#p108220</link>
			<description><![CDATA[<p><strong>becauseim</strong><br />Для элемента рабочего поля браузера так, конечно, не подступиться.<br />Я не спрашиваю, что это. Я спрашиваю откуда? Если буфер, то чем Ctrl+V не угодил?</p>]]></description>
			<author><![CDATA[null@example.com (Flasher)]]></author>
			<pubDate>Wed, 05 Oct 2016 20:19:03 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=108220#p108220</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: SendRaw. Отправка текста с переносами строк]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=108219#p108219</link>
			<description><![CDATA[<p><strong>Flasher</strong>, в поле console браузера Chrome. Исходный текст - это сценарий JS.</p>]]></description>
			<author><![CDATA[null@example.com (becauseim)]]></author>
			<pubDate>Wed, 05 Oct 2016 20:01:29 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=108219#p108219</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: SendRaw. Отправка текста с переносами строк]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=108218#p108218</link>
			<description><![CDATA[<p><strong>becauseim</strong><br />Т.е. стоит в неком поле, например, текстового редактора, и при нажатии ничего не появляется?</p><p>И откуда исходный текст берётся?</p>]]></description>
			<author><![CDATA[null@example.com (Flasher)]]></author>
			<pubDate>Wed, 05 Oct 2016 19:58:13 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=108218#p108218</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: SendRaw. Отправка текста с переносами строк]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=108217#p108217</link>
			<description><![CDATA[<p><strong>Flasher</strong>, при нажатии на F4 ничего не происходит.</p><p>Не существует метода отправки исходного текста без его редактирования? Т.е. если у меня текст для вставки гораздо большего объема, то необходимо также изображать каждый перенос строки подобным образом?</p>]]></description>
			<author><![CDATA[null@example.com (becauseim)]]></author>
			<pubDate>Wed, 05 Oct 2016 19:53:32 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=108217#p108217</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: SendRaw. Отправка текста с переносами строк]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=108216#p108216</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (Flasher)]]></author>
			<pubDate>Wed, 05 Oct 2016 19:40:40 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=108216#p108216</guid>
		</item>
		<item>
			<title><![CDATA[AHK: SendRaw. Отправка текста с переносами строк]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=108215#p108215</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (becauseim)]]></author>
			<pubDate>Wed, 05 Oct 2016 17:41:25 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=108215#p108215</guid>
		</item>
	</channel>
</rss>
