<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK GUI отображение знака "+". Не отображается знак плюс .]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=15470&amp;type=atom" />
	<updated>2020-06-21T18:58:49Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=15470</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK GUI отображение знака "+". Не отображается знак плюс .]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=140222#p140222" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>Sendinput, {Text}%Text%</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2020-06-21T18:58:49Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=140222#p140222</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK GUI отображение знака "+". Не отображается знак плюс .]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=140221#p140221" />
			<content type="html"><![CDATA[<p>Есть два решения: <br />1. </p><div class="codebox"><pre><code>Sendinput, {Text}%Text%</code></pre></div><p> (быстрее)<br />2. </p><div class="codebox"><pre><code>Sendraw, %Text%</code></pre></div><p>(медленнее)</p><br /><p>Здравствуйте.<br />Почему вместо знака &quot;+&quot; скрипт выдает заглавную букву?<br />Демонстрация: <a href="https://i.imgur.com/2obPiQx.gifv">https://i.imgur.com/2obPiQx.gifv</a></p><div class="codebox"><pre><code>#SingleInstance, Force
Gui, Add, Edit, +limit60 w335 h20 vText
Gui, Add, Button, default, Ok
Gui, Show, 
Return

ButtonOk:
Gui, Submit 
Numpad1::
Sendinput, %Text%
sleep, 10
send, {enter}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[AterEX]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39925</uri>
			</author>
			<updated>2020-06-21T18:35:04Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=140221#p140221</id>
		</entry>
</feed>
