<?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=12549&amp;type=atom" />
	<updated>2017-03-20T17:01:16Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=12549</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Распечатка содержимого буфера обмена]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=113869#p113869" />
			<content type="html"><![CDATA[<p><a href="https://autohotkey.com/board/topic/88606-sgdiprint-library-reposted-with-permission/">https://autohotkey.com/board/topic/8860 … ermission/</a></p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2017-03-20T17:01:16Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=113869#p113869</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Распечатка содержимого буфера обмена]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=113868#p113868" />
			<content type="html"><![CDATA[<p>Нормальное решение.<br /></p><div class="codebox"><pre><code>Shift &amp; PrintScreen::
If Clipboard {
  TempFile := A_Temp . &quot;\&quot; . ComObjCreate(&quot;Scripting.FileSystemObject&quot;).GetTempName . &quot;.txt&quot;
  FileAppend, %Clipboard%, % TempFile, UTF-16
  RunWait, print %TempFile%,, Hide
  FileDelete, % TempFile
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Flasher]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27593</uri>
			</author>
			<updated>2017-03-20T16:24:28Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=113868#p113868</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Распечатка содержимого буфера обмена]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=113867#p113867" />
			<content type="html"><![CDATA[<p>Добрый день!<br />Собственно вопрос в заголовке. Как вижу решение по сочетанию клавиш скидывать содержимое во временный файл, печатать - удалять. Если есть другие варианты, подскажите.</p>]]></content>
			<author>
				<name><![CDATA[red2881]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30934</uri>
			</author>
			<updated>2017-03-20T14:53:02Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=113867#p113867</id>
		</entry>
</feed>
