<?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=14412&amp;type=atom" />
	<updated>2018-12-15T20:09:35Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=14412</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK:Нажатие одно кнопки из выборного перечня.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=130420#p130420" />
			<content type="html"><![CDATA[<p><span style="color: green"><strong>kalinin-alexey</strong>, обязательно используйте теги для оформления кода!</span></p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2018-12-15T20:09:35Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=130420#p130420</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK:Нажатие одно кнопки из выборного перечня.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=130419#p130419" />
			<content type="html"><![CDATA[<p><a href="http://forum.script-coding.com/viewtopic.php?pid=79569#p79569">http://forum.script-coding.com/viewtopi … 569#p79569</a></p>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2018-12-15T19:43:53Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=130419#p130419</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK:Нажатие одно кнопки из выборного перечня.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=130417#p130417" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[kalinin-alexey]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39806</uri>
			</author>
			<updated>2018-12-15T18:18:21Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=130417#p130417</id>
		</entry>
</feed>
