<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Не работает нажатие клавиши LAlt.]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=11265</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=11265&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Не работает нажатие клавиши LAlt.».]]></description>
		<lastBuildDate>Thu, 28 Jan 2016 02:25:44 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Не работает нажатие клавиши LAlt.]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=100699#p100699</link>
			<description><![CDATA[<div class="quotebox"><cite>old0breezey пишет:</cite><blockquote><p>Для игры решил я сделать AHK</p></blockquote></div><p><span style="color: green">Для игр у нас <a href="http://forum.script-coding.com/viewtopic.php?id=6148">есть</a> отдельная ветка.</span></p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Thu, 28 Jan 2016 02:25:44 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=100699#p100699</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Не работает нажатие клавиши LAlt.]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=100698#p100698</link>
			<description><![CDATA[<p>Доброго времени суток. Для игры решил я сделать AHK. И суть в том что нужно нажать Левый Альт с помощью AHK, но вот тут случилась проблема ибо перепробывав все, альт в игре так и не начал нажиматься, Нужно чтоб нажался альт левый и после него нажался энтр. Может вы мне поможете? Вот код:<br /></p><div class="codebox"><pre><code>NumPad8::
Loop
{
Send, {Numpad1}
Sleep,500 ;
Send, {LAlt}
Sleep,500 ;
Send, {enter}
Sleep,500 ;
Send, {Numpad2}
Sleep,300 ;
Send, {Numpad3}
Sleep,300 ;
Send, {Numpad4}
Sleep,500 ;
Send, {Numpad5}
Sleep,1000 ;
}
Return
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (old0breezey)]]></author>
			<pubDate>Wed, 27 Jan 2016 21:31:19 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=100698#p100698</guid>
		</item>
	</channel>
</rss>
