<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Одновременное нажатие в input. Заглавная после точки]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=16728&amp;type=atom" />
	<updated>2021-11-14T13:24:06Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=16728</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Одновременное нажатие в input. Заглавная после точки]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=150624#p150624" />
			<content type="html"><![CDATA[<p>Попробуйте убрать видимость из Input и вместо шифта отправлять введённый символ в верхнем регистре.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2021-11-14T13:24:06Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=150624#p150624</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Одновременное нажатие в input. Заглавная после точки]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=150622#p150622" />
			<content type="html"><![CDATA[<p><strong>tuki_tuki</strong>, добро пожаловать на форум! Ознакомьтесь, пожалуйста, с <a href="https://forum.script-coding.com/misc.php?action=rules">Правилами</a>, отредактируйте свой пост. Обратите внимание на оформление <a href="https://forum.script-coding.com/misc.php?action=rules#code-formatting">кода</a>.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2021-11-14T13:11:10Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=150622#p150622</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Одновременное нажатие в input. Заглавная после точки]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=150621#p150621" />
			<content type="html"><![CDATA[<p>Здравствуйте.<br />Столкнулся с проблемой, что если после точки быстро нажать, практически одновременно, две и более клавиш, то скрипт делает заглавными сразу несколько букв, хотя в инпуте указано L1, тобишь первый символ. Есть ли способ устранить этот процесс?</p><div class="codebox"><pre><code>
~.::
    SendInput {Space}+{LShift Down}
    Input, _, T1 L1 V
    SendInput {LShift Up}
Return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[tuki_tuki]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42125</uri>
			</author>
			<updated>2021-11-14T12:18:08Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=150621#p150621</id>
		</entry>
</feed>
