<?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=10378&amp;type=atom" />
	<updated>2015-01-31T10:29:46Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=10378</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Копирование нужного участка текста]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=91117#p91117" />
			<content type="html"><![CDATA[<p>Можно сделать несколько быстрее и надёжнее:<br /></p><div class="codebox"><pre><code>SetTitleMatchMode, 2
SetKeyDelay, -1, -1
#vk5A::
ControlGet, CL, CurrentLine, , Edit1, Блокнот
ControlGet, LT, Line, %CL%, Edit1, Блокнот
ControlSend, Edit1, % &quot;{home}+{end}&quot; . LT . &quot;`n&quot; . SubStr(LT,1,6), Блокнот</code></pre></div>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2015-01-31T10:29:46Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=91117#p91117</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Копирование нужного участка текста]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=91115#p91115" />
			<content type="html"><![CDATA[<p>Огромное спасибо всем, за быстрый и вразумительный ответ! <img src="//forum.script-coding.com/img/smilies/sad.png" width="15" height="15" /> </p><p>Вдруг кому пригодится из новичков. <img src="//forum.script-coding.com/img/smilies/big_smile.png" width="15" height="15" /> <br /></p><div class="codebox"><pre><code>#vk5A:: 
WinActivate, ahk_exe notepad.exe
Sleep, 100
Send, {home}+{end}^c{end}
Send, {enter}
Send, % SubStr(clipboard,1,6)
Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[smol]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27054</uri>
			</author>
			<updated>2015-01-31T09:44:29Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=91115#p91115</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Копирование нужного участка текста]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=91112#p91112" />
			<content type="html"><![CDATA[<p>Исправил.</p>]]></content>
			<author>
				<name><![CDATA[smol]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27054</uri>
			</author>
			<updated>2015-01-31T09:06:43Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=91112#p91112</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Копирование нужного участка текста]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=91110#p91110" />
			<content type="html"><![CDATA[<p>Не, в теге &quot;code&quot; используется моноширинный шрифт, что удобнее для кода.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2015-01-31T08:51:03Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=91110#p91110</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Копирование нужного участка текста]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=91109#p91109" />
			<content type="html"><![CDATA[<p>OFF: Визуально текст, завернутый в тег &lt;code&gt;, выглядит как цитата и не отличается от простого <em>plain text</em>.<br />&nbsp; &nbsp; &nbsp; Если бы оформление цветами и стилями было прикручено к движку форума, а так...</p>]]></content>
			<author>
				<name><![CDATA[Irbis]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27384</uri>
			</author>
			<updated>2015-01-31T08:47:00Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=91109#p91109</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Копирование нужного участка текста]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=91107#p91107" />
			<content type="html"><![CDATA[<p><span style="color: green">Код должен оформляться тегом &quot;code&quot;, а не &quot;quote&quot;.</span></p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2015-01-31T08:35:29Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=91107#p91107</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Копирование нужного участка текста]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=91102#p91102" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>ypppu пишет:</cite><blockquote><p><span style="color: green">Код скрипта оформите надлежащим образом.</span></p></blockquote></div><p>Исправил.</p>]]></content>
			<author>
				<name><![CDATA[smol]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27054</uri>
			</author>
			<updated>2015-01-31T04:21:05Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=91102#p91102</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Копирование нужного участка текста]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=91086#p91086" />
			<content type="html"><![CDATA[<p><span style="color: green">Код скрипта оформите надлежащим образом.</span></p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2015-01-30T19:28:04Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=91086#p91086</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Копирование нужного участка текста]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=91085#p91085" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>ypppu пишет:</cite><blockquote><p><span style="color: green"><strong>smol</strong>, напоминаю:&nbsp; <a href="http://forum.script-coding.com/viewtopic.php?id=6148">Обязательно прочитать перед созданием темы!</a></span></p><p><span style="color: green">Запрещается отвечать в теме до исправлений.<br /></span></p></blockquote></div><p>Поправил</p>]]></content>
			<author>
				<name><![CDATA[smol]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27054</uri>
			</author>
			<updated>2015-01-30T19:00:40Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=91085#p91085</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Копирование нужного участка текста]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=91083#p91083" />
			<content type="html"><![CDATA[<p><span style="color: green"><strong>smol</strong>, напоминаю:&nbsp; <a href="http://forum.script-coding.com/viewtopic.php?id=6148">Обязательно прочитать перед созданием темы!</a></span></p><p><span style="color: green">Запрещается отвечать в теме до исправлений.<br /></span></p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2015-01-30T18:47:42Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=91083#p91083</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Копирование нужного участка текста]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=91082#p91082" />
			<content type="html"><![CDATA[<p>В блокноте имеются 16 цифр : 1245781478523698. Первые 6 цифр нужно скопировать и вставить на строчку ниже,<br />чтоб получилось так:</p><p>1245781478523698 <br />124578</p><p>сам скрипт не работает:<br /></p><div class="codebox"><pre><code>WinWait, Новый текстовый документ — Блокнот, 
IfWinNotActive, Новый текстовый документ — Блокнот, , WinActivate, Новый текстовый документ — Блокнот, 
WinWaitActive, Новый текстовый документ — Блокнот, 
MouseClick, left,  141,  58
Sleep, 100
Send, {LEFT}{LEFT}{LEFT}{LEFT}{LEFT}{LEFT}{LEFT}{LEFT}{LEFT}{LEFT}
MouseClick, left,  59,  59
Sleep, 100
Send, ^{vk43}
MouseClick, left,  161,  69
Sleep, 100
Send, ^{vk56}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[smol]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27054</uri>
			</author>
			<updated>2015-01-30T18:31:33Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=91082#p91082</id>
		</entry>
</feed>
