<?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=5789&amp;type=atom" />
	<updated>2011-05-08T20:56:40Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=5789</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Действие после отжатие кнопки джойстика]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=48233#p48233" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2011-05-08T20:56:40Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=48233#p48233</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Действие после отжатие кнопки джойстика]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=48226#p48226" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Grey]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25792</uri>
			</author>
			<updated>2011-05-08T12:44:06Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=48226#p48226</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Действие после отжатие кнопки джойстика]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=48220#p48220" />
			<content type="html"><![CDATA[<p>Здравствуйте.</p><p>Подскажите, как правильно записать действие, чтоб оно сработало после отжание кнопки джойстика?</p><div class="codebox"><pre><code>Joy1 Up::</code></pre></div><p>не работает ((</p>]]></content>
			<author>
				<name><![CDATA[Sergeant]]></name>
			</author>
			<updated>2011-05-08T04:24:14Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=48220#p48220</id>
		</entry>
</feed>
