<?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=15392&amp;type=atom" />
	<updated>2020-05-26T10:43:05Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=15392</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Нажатие рандомной клавиши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=139727#p139727" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>Arr := [&quot;{1}&quot;, &quot;+{1}&quot;, &quot;{2}&quot;, &quot;+{2}&quot;]

f1::
	Random, Rand, 1, Arr.MaxIndex()
	Send % Arr[Rand]
	Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2020-05-26T10:43:05Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=139727#p139727</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Нажатие рандомной клавиши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=139723#p139723" />
			<content type="html"><![CDATA[<p>Всем привет. В определенный момент необходимо, чтобы нажималась рандомно клавиша из заранее заданного перечня клавиш.<br />Как это реализовать?</p>]]></content>
			<author>
				<name><![CDATA[Leone_Galante]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39097</uri>
			</author>
			<updated>2020-05-26T09:59:46Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=139723#p139723</id>
		</entry>
</feed>
