<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; комбинация на зажатие и отжатие кнопки]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=12170&amp;type=atom" />
	<updated>2016-11-24T19:27:57Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=12170</id>
		<entry>
			<title type="html"><![CDATA[Re: комбинация на зажатие и отжатие кнопки]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=109344#p109344" />
			<content type="html"><![CDATA[<p>У меня работает при отпускании, может так:</p><div class="codebox"><pre><code>1::
	Send {2}
	KeyWait, %A_ThisHotkey%, L
	Send {2}
	Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2016-11-24T19:27:57Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=109344#p109344</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: комбинация на зажатие и отжатие кнопки]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=109336#p109336" />
			<content type="html"><![CDATA[<p><strong>serzh82saratov</strong><br />Тоже самое, сразу исполняется 2 действия, мне надо, чтобы второе действие было при ОТЖАТИИ.</p>]]></content>
			<author>
				<name><![CDATA[MrResolute]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33139</uri>
			</author>
			<updated>2016-11-24T17:40:55Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=109336#p109336</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: комбинация на зажатие и отжатие кнопки]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=109335#p109335" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>1::
	Send {2}
	KeyWait, %A_ThisHotkey%
	Send {2}
	Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2016-11-24T17:36:04Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=109335#p109335</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: комбинация на зажатие и отжатие кнопки]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=109334#p109334" />
			<content type="html"><![CDATA[<p><strong>slavafedora</strong></p><p>Кнопка нажимается и отжимается сразу, мне надо, чтобы действие повторялось при ОТЖАТИИ, а не сразу.</p>]]></content>
			<author>
				<name><![CDATA[MrResolute]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33139</uri>
			</author>
			<updated>2016-11-24T17:26:46Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=109334#p109334</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: комбинация на зажатие и отжатие кнопки]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=109332#p109332" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>~vk58::
	{
		Send {vk59 Down}
		Sleep 100
		Send {vk59 Up}
		return
	}
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[slavafedora]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34221</uri>
			</author>
			<updated>2016-11-24T17:06:54Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=109332#p109332</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[комбинация на зажатие и отжатие кнопки]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=109331#p109331" />
			<content type="html"><![CDATA[<p>Здравствуйте! Нужен код, который при НАЖАТИИ&nbsp; &#039;&#039;x&#039;&#039; (условная кнопка) будет отсылать кнопку &#039;&#039;y&#039;&#039; (эта кнопка просто нажимается и отжимается) и при ОТЖАТИИ &#039;&#039;x&#039;&#039; заново отсылается кнопка &#039;&#039;y&#039;&#039;.</p><p>Спасибо!</p>]]></content>
			<author>
				<name><![CDATA[MrResolute]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33139</uri>
			</author>
			<updated>2016-11-24T14:43:16Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=109331#p109331</id>
		</entry>
</feed>
