<?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=6404&amp;type=atom" />
	<updated>2023-10-19T05:01:34Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=6404</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Одновременное нажатие]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=159382#p159382" />
			<content type="html"><![CDATA[<p>Как-нибудь так.<br /></p><div class="codebox"><pre><code>
$c::
	Send c
	Send {Space}
	Return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[YMP]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=81</uri>
			</author>
			<updated>2023-10-19T05:01:34Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=159382#p159382</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Одновременное нажатие]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=159378#p159378" />
			<content type="html"><![CDATA[<p><strong>ypppu</strong><br />Не подскажете случаем как зделать скрипт что-би нажимал С и после нажатия на жимался сразу же проблем.<br />С етим скриптом только проблем на жимаеться когда нажимаю на С а надо что-би персонаж сначала присел на с и потом резко встал тоисть нажался пробел.<br /></p><div class="codebox"><pre><code>
C::
Send {Space down}
Send {Space up}
Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[wektorsmg99]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=43348</uri>
			</author>
			<updated>2023-10-19T01:14:58Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=159378#p159378</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Одновременное нажатие]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=106876#p106876" />
			<content type="html"><![CDATA[<p>А биндить можно только именно с клавишами alt shift ctrl? А сами клавиши например что бы бинд запускался после a+b или f+g?</p>]]></content>
			<author>
				<name><![CDATA[mikhailsav]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34130</uri>
			</author>
			<updated>2016-08-19T08:01:11Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=106876#p106876</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Одновременное нажатие]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=80316#p80316" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>PgUp::
Send {q down}{4 down}
Sleep, 2000
Send {q up}{4 up}
Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2014-02-23T15:35:13Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=80316#p80316</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Одновременное нажатие]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=80296#p80296" />
			<content type="html"><![CDATA[<p>Помогите. Как прописать одновременное нажатие &quot;q&quot; и &quot;4&quot; в течении 2 секунд (удержание) клавишей PGUP?</p>]]></content>
			<author>
				<name><![CDATA[Skeptic-100]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31283</uri>
			</author>
			<updated>2014-02-23T10:56:14Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=80296#p80296</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Одновременное нажатие]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=53243#p53243" />
			<content type="html"><![CDATA[<p>Я так уже допёр.</p><div class="codebox"><pre><code>sleep, 1800000
send {LShift Down}
sleep, 500
send {vk56 Down}
sleep, 500
send {vk56 Up}
sleep, 500
send {LShift Up}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[SuperHanz]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27338</uri>
			</author>
			<updated>2011-11-04T22:16:39Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=53243#p53243</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Одновременное нажатие]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=53230#p53230" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>vk55::SendInput, {vkA0 Down}{vk4F}{vkA0 Up} ; vk55 - u, vkA0 - lshift, vk4F - o</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Grey]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25792</uri>
			</author>
			<updated>2011-11-04T21:05:33Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=53230#p53230</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Одновременное нажатие]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=53226#p53226" />
			<content type="html"><![CDATA[<p>Мне нужно нажать клавишу (любую) и по ней следовало зажатие двух клавиш - LShift и 0.</p><p>Я пробовал</p><div class="codebox"><pre><code>u:: 
send {LShift Down}
send 0
send {LShift Up}
Return ;</code></pre></div><p>и<br /></p><div class="codebox"><pre><code>numpad2:: send +{0}</code></pre></div><p>но ничего не вышло.</p><p>Помогите!</p>]]></content>
			<author>
				<name><![CDATA[SuperHanz]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27338</uri>
			</author>
			<updated>2011-11-04T20:00:52Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=53226#p53226</id>
		</entry>
</feed>
