<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK:Нажатие одно кнопки из выборного перечня.]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=14412</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=14412&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK:Нажатие одно кнопки из выборного перечня.».]]></description>
		<lastBuildDate>Sat, 15 Dec 2018 20:09:35 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK:Нажатие одно кнопки из выборного перечня.]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=130420#p130420</link>
			<description><![CDATA[<p><span style="color: green"><strong>kalinin-alexey</strong>, обязательно используйте теги для оформления кода!</span></p>]]></description>
			<author><![CDATA[null@example.com (ypppu)]]></author>
			<pubDate>Sat, 15 Dec 2018 20:09:35 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=130420#p130420</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK:Нажатие одно кнопки из выборного перечня.]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=130419#p130419</link>
			<description><![CDATA[<p><a href="http://forum.script-coding.com/viewtopic.php?pid=79569#p79569">http://forum.script-coding.com/viewtopi … 569#p79569</a></p>]]></description>
			<author><![CDATA[null@example.com (serzh82saratov)]]></author>
			<pubDate>Sat, 15 Dec 2018 19:43:53 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=130419#p130419</guid>
		</item>
		<item>
			<title><![CDATA[AHK:Нажатие одно кнопки из выборного перечня.]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=130417#p130417</link>
			<description><![CDATA[<p>Добры день есть скрипт который нажимает кнопки Q 1 2 3 4 с случайной задержкой и в случайном порядке! <br />Помогите дополнить. <br />Необходимо чтобы он нажимал всегда кнопку Q и одну из цифр 1 2 3 4 (при этом не нажимая одну и туже цифру дважды при повторном нажатие). </p><p>$Q::<br />	Keys := [&quot;Q&quot;, &quot;1&quot;, &quot;2&quot;, &quot;3&quot;, &quot;4&quot;]<br />	Loop % Keys.MaxIndex() {<br />		While (Keys[I := ran(1, Keys.MaxIndex())]) = LastKey<br />			Continue<br />		SendInput, % &quot;{&quot; (Key := Keys.RemoveAt(I)) &quot;}&quot;, LastKey := &quot;&quot;<br />		Sleep, % ran(20, 100)<br />	}<br />	SendInput, % &quot;{Space}&quot;<br />	LastKey := Key<br />	Return</p><p>ran(min, max) {<br />	random, ran, min, max<br />	Return ran<br />}</p>]]></description>
			<author><![CDATA[null@example.com (kalinin-alexey)]]></author>
			<pubDate>Sat, 15 Dec 2018 18:18:21 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=130417#p130417</guid>
		</item>
	</channel>
</rss>
