<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Не работает нажатие клавиши LAlt.]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=11265&amp;type=atom" />
	<updated>2016-01-28T02:25:44Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=11265</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Не работает нажатие клавиши LAlt.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=100699#p100699" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2016-01-28T02:25:44Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=100699#p100699</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Не работает нажатие клавиши LAlt.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=100698#p100698" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[old0breezey]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33635</uri>
			</author>
			<updated>2016-01-27T21:31:19Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=100698#p100698</id>
		</entry>
</feed>
