<?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=18231&amp;type=atom" />
	<updated>2024-06-19T15:30:28Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=18231</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Ждать нажатия одной из нескольких клавиш]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=161146#p161146" />
			<content type="html"><![CDATA[<p><strong>Kinobi 0 in skripti</strong>, ознакомьтесь, пожалуйста, с <a href="https://forum.script-coding.com/misc.php?action=rules">Правилами</a>, отредактируйте свой пост. Обратите внимание на оформление <a href="https://forum.script-coding.com/misc.php?action=rules#links-formatting">ссылок</a>, заглавные <a href="https://forum.script-coding.com/misc.php?action=rules#literacy">буквы</a> в начале и точки в конце предложений.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2024-06-19T15:30:28Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=161146#p161146</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Ждать нажатия одной из нескольких клавиш]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=161141#p161141" />
			<content type="html"><![CDATA[<p>Почитал тут<br />https://ahk-wiki.ru/input<br />все сделал, всем спасибо))</p>]]></content>
			<author>
				<name><![CDATA[Kinobi 0 in skripti]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38636</uri>
			</author>
			<updated>2024-06-18T13:54:07Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=161141#p161141</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Ждать нажатия одной из нескольких клавиш]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=161140#p161140" />
			<content type="html"><![CDATA[<p>Всем доброго дня. </p><p>Есть скрипт, который совершает некоторые действия, затем ждет, пока закроется окно, а после чего требуется ждать нажатия клавиши 1 или 2 или 3 и исходя из нажатой клавиши совершать разные действия</p><p>Прикрепляю часть кода:<br /></p><div class="codebox"><pre><code>
	WinMaximize
	WinActivate
	MouseClick, l, 363, 1015
	WinWait, Выбор файлов, , 2
	if ErrorLevel {
		MsgBox, Истекло время ожидания.
		return
	}
	WinWaitClose, Выбор файлов
	MouseClick, l, 1107, 737
	; тут необходима проверка на нажатие клавиши 1 либо 2 либо 3
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Kinobi 0 in skripti]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38636</uri>
			</author>
			<updated>2024-06-18T13:34:54Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=161140#p161140</id>
		</entry>
</feed>
