<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Копирование содержания InputBox в сlipboard]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=15111&amp;type=atom" />
	<updated>2019-12-31T09:03:33Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=15111</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Копирование содержания InputBox в сlipboard]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=137121#p137121" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>#s::
InputBox, Search, Google, Напишите ваш запрос
if not ErrorLevel
{
Clipboard := Search
run http://www.google.com/search?q=%Search%
}
return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2019-12-31T09:03:33Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=137121#p137121</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Копирование содержания InputBox в сlipboard]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=137120#p137120" />
			<content type="html"><![CDATA[<p>Здравствуйте. С праздником вас, дорогие форумчане. Нужна помощь в доработке существующего скрипта. <br />Сейчас скрипт работает таким образом: по нажатию горячих клавиш появляется импут для ввода текста. Затем открывается браузер и в гугле ищется&nbsp; написанная фраза. Помогите дописать его, чтобы после обработки написанный в импут текст копировался в буфер обмена. Спасибо.</p><p>Сам скрипт<br /></p><div class="codebox"><pre><code>
#s::
InputBox, Search, Google, Напишите ваш запрос
if not ErrorLevel
{
run http://www.google.com/search?q=%Search%
}
return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[ElenaVega]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40553</uri>
			</author>
			<updated>2019-12-31T05:32:37Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=137120#p137120</id>
		</entry>
</feed>
