<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: RepeatPressBlind]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=15545</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=15545&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: RepeatPressBlind».]]></description>
		<lastBuildDate>Sat, 25 Jul 2020 15:22:55 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[AHK: RepeatPressBlind]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=141035#p141035</link>
			<description><![CDATA[<p>Как сделать функцию ссылки на функцию RepeatPressBlind при нажатии модификатора?<br /></p><div class="codebox"><pre><code>
RepeatPressBlind( key ){
loop {
if not GetKeyState( key, &quot;P&quot; ){
break
}
SendInput, {Blind}{%key%}
sleep 1
}
return
}

ModPress( RepeatPressBlind){ ;здесь долна быть ссылка на функцию нажатия клавиш
loop {
if not RepeatPressBlind{
break
}
SendInput, {Blind}{%key%, RepeatPressBlind}
sleep 1
}
return
}

*1::RepeatPressBlind( &quot;1&quot; )
*2::RepeatPressBlind( &quot;2&quot; )
*!::ModPress( &quot;!&quot; )
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (fgslm)]]></author>
			<pubDate>Sat, 25 Jul 2020 15:22:55 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=141035#p141035</guid>
		</item>
	</channel>
</rss>
