<?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="http://forum.script-coding.com/extern.php?action=feed&amp;tid=15486&amp;type=atom" />
	<updated>2020-07-02T05:42:34Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=15486</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: одновременное нажатие двух клавиш]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=140520#p140520" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>
~X::
	SendInput,{Tab down}{Space}
	SendInput,{Tab up}
Return
End::ExitApp
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[web]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=40953</uri>
			</author>
			<updated>2020-07-02T05:42:34Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=140520#p140520</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: одновременное нажатие двух клавиш]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=140404#p140404" />
			<content type="html"><![CDATA[<p><strong>89507396605a</strong>, вполне хватит для выполнения ваших требований, и даже end, как точку остановки не нужно делать, ибо на нажатие х действия слишком быстрые. Можно добавить только паузу в зажатии</p>]]></content>
			<author>
				<name><![CDATA[qqlexa]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=39096</uri>
			</author>
			<updated>2020-06-27T09:59:26Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=140404#p140404</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: одновременное нажатие двух клавиш]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=140402#p140402" />
			<content type="html"><![CDATA[<p>x:: ;<br />Send {Tab Down} ;<br />Send {Space Down} ;<br />Send {Space up} ;<br />Send {Tab Up}<br />Return</p><p>Вот так правильно?</p>]]></content>
			<author>
				<name><![CDATA[89507396605a]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=40942</uri>
			</author>
			<updated>2020-06-27T09:27:33Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=140402#p140402</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: одновременное нажатие двух клавиш]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=140401#p140401" />
			<content type="html"><![CDATA[<p><img src="//forum.script-coding.com/img/smilies/sad.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[89507396605a]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=40942</uri>
			</author>
			<updated>2020-06-27T09:03:49Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=140401#p140401</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: одновременное нажатие двух клавиш]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=140400#p140400" />
			<content type="html"><![CDATA[<p>Нужно сделать так чтобы на кнопку x происходило нажатие и сразу же отжатие клавиш Tab + пробел, окончание на end, но ещё чтобы при повторном нажатии x происходило тоже tab+ пробел. Буду благодарен очень-очень<br />.</p>]]></content>
			<author>
				<name><![CDATA[89507396605a]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=40942</uri>
			</author>
			<updated>2020-06-27T08:43:55Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=140400#p140400</id>
		</entry>
</feed>
