<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Действие после отжатие кнопки джойстика]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=5789</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=5789&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Действие после отжатие кнопки джойстика».]]></description>
		<lastBuildDate>Sun, 08 May 2011 20:56:40 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Действие после отжатие кнопки джойстика]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=48233#p48233</link>
			<description><![CDATA[<div class="quotebox"><cite>Горячие клавиши для мыши, джойстика и клавиатуры пишет:</cite><blockquote><p>Данная возможность <a href="http://script-coding.com/AutoHotkey/Hotkeys.html">не работает</a> для кнопок джойстика.</p></blockquote></div><p>Здесь нужен таймер, отслеживающий отпускание <em>Joy1</em> через <a href="http://script-coding.com/AutoHotkey/GetKeyState.html"><em>GetKeyState</em></a>.</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Sun, 08 May 2011 20:56:40 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=48233#p48233</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Действие после отжатие кнопки джойстика]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=48226#p48226</link>
			<description><![CDATA[<p>Такого манипулятора у меня нет, но я думаю, что примерно как-то так:</p><div class="codebox"><pre><code>; вариант №1
Joy1::
   Send {w down}
   KeyWait, %A_ThisHotKey%
   Send {w up}
Return
; вариант №2
Joy1::
   Send {w down}
Return
Joy1 Up::
   Send {w up}
Return
; или чтобы завершить поток
Joy1 Up::Return</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Grey)]]></author>
			<pubDate>Sun, 08 May 2011 12:44:06 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=48226#p48226</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Действие после отжатие кнопки джойстика]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=48220#p48220</link>
			<description><![CDATA[<p>Здравствуйте.</p><p>Подскажите, как правильно записать действие, чтоб оно сработало после отжание кнопки джойстика?</p><div class="codebox"><pre><code>Joy1 Up::</code></pre></div><p>не работает ((</p>]]></description>
			<author><![CDATA[null@example.com (Sergeant)]]></author>
			<pubDate>Sun, 08 May 2011 04:24:14 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=48220#p48220</guid>
		</item>
	</channel>
</rss>
