<?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=9169&amp;type=atom" />
	<updated>2014-01-20T16:47:52Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=9169</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Имитация ввода информации из буфера с клавиатуры]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=79376#p79376" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>F7:: Send, %Clipboard%</code></pre></div>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2014-01-20T16:47:52Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=79376#p79376</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Имитация ввода информации из буфера с клавиатуры]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=79375#p79375" />
			<content type="html"><![CDATA[<p>Содержимое буфера обмена хранится в переменной &quot;clipboard&quot;.<br /></p><div class="codebox"><pre><code>F7::
test := clipboard
Send, %test%</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Alectric]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26027</uri>
			</author>
			<updated>2014-01-20T16:46:49Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=79375#p79375</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Имитация ввода информации из буфера с клавиатуры]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=79374#p79374" />
			<content type="html"><![CDATA[<p>Всем привет!</p><p>Подскажите как можно реализовать имитацию ввода информации из буфера с клавиатуры.</p><p>Пробовал так:</p><div class="codebox"><pre><code>
F7::
test = ^{vk56}
Send, %test%
</code></pre></div><p>Но информация при нажатии F7 вставляется как при Ctrl+V.</p>]]></content>
			<author>
				<name><![CDATA[art]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31516</uri>
			</author>
			<updated>2014-01-20T16:31:23Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=79374#p79374</id>
		</entry>
</feed>
