<?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=18254&amp;type=atom" />
	<updated>2024-07-18T15:56:33Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=18254</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как назначить поочередное нажатие кнопок на одну кнопку?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=161292#p161292" />
			<content type="html"><![CDATA[<p>А у вас какая версия AHK?</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2024-07-18T15:56:33Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=161292#p161292</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как назначить поочередное нажатие кнопок на одну кнопку?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=161291#p161291" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong> Вот так наконец получилось.</p><div class="codebox"><pre><code>#InstallKeybdHook
#NoEnv

vk0x79::
{
Send &quot;{Escape down}&quot;
Sleep 25
Send &quot;{Escape up}&quot;

Send &quot;{Up down}&quot;
Sleep 25
Send &quot;{Up up}&quot;
Sleep 50

Send &quot;{e down}&quot;
Sleep 25
Send &quot;{e up}&quot;
Sleep 75

Send &quot;{z down}&quot;
Sleep 25
Send &quot;{z up}&quot;
Sleep 25

Send &quot;{e down}&quot;
Sleep 25
Send &quot;{e up}&quot;
Sleep 50

Send &quot;{Left down}&quot;
Sleep 30
Send &quot;{Left up}&quot;
Sleep 50

Send &quot;{e down}&quot;
Sleep 25
Send &quot;{e up}&quot;
ExitApp
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[DreyWay]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=43887</uri>
			</author>
			<updated>2024-07-18T15:47:25Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=161291#p161291</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как назначить поочередное нажатие кнопок на одну кнопку?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=161290#p161290" />
			<content type="html"><![CDATA[<p>Второй вариант правильный.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2024-07-18T15:28:27Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=161290#p161290</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как назначить поочередное нажатие кнопок на одну кнопку?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=161289#p161289" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong> Так, теперь я не могу понять, как мне записать &quot;стрелку вверх&quot;, чтобы она работала?</p><div class="codebox"><pre><code>{vk0x26}</code></pre></div><p>так не получается.</p><div class="codebox"><pre><code>{Up}</code></pre></div><p>Так тоже.</p>]]></content>
			<author>
				<name><![CDATA[DreyWay]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=43887</uri>
			</author>
			<updated>2024-07-18T15:25:55Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=161289#p161289</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как назначить поочередное нажатие кнопок на одну кнопку?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=161288#p161288" />
			<content type="html"><![CDATA[<p>Не создавайте одинаковые темы.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2024-07-18T14:22:31Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=161288#p161288</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как назначить поочередное нажатие кнопок на одну кнопку?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=161286#p161286" />
			<content type="html"><![CDATA[<p>Уберите внешние фигурные скобки. В названиях клавиш фигурные скобки нужны, только когда название состоит более, чем из одной буквы. Из определения горячей клавиши уберите Send. Send должно быть расположено после горячей клавиши. Читайте справку, там есть примеры.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2024-07-18T14:19:13Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=161286#p161286</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как назначить поочередное нажатие кнопок на одну кнопку?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=161285#p161285" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong> Не работает. </p><div class="codebox"><pre><code>#InstallKeybdHook
#NoEnv

{
Send F10:: {esc}{e}{up}{e}{q}
}
Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[DreyWay]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=43887</uri>
			</author>
			<updated>2024-07-18T14:04:59Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=161285#p161285</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как назначить поочередное нажатие кнопок на одну кнопку?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=161284#p161284" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>teadrinker пишет:</cite><blockquote><p>Уберите vk, пишите буквенные названия клавиш.</p></blockquote></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2024-07-18T13:55:41Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=161284#p161284</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как назначить поочередное нажатие кнопок на одну кнопку?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=161283#p161283" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong> Только, что сделал новый скрипт. Но все клавиши работают как я хочу, кроме стрелки вверх и стрелки влево. Скрипт их просто пропускает и останавливается.</p><div class="codebox"><pre><code>#InstallKeybdHook
#NoEnv

vk0x79::
{
Send {vk0x1B Down}
sleep, 300 ;
Send {vk0x45 Down}
sleep, 300 ;
Send {vk0x52 Down}
sleep, 300 ;
Send {vk0x5A Up}
sleep, 100 ;
Send {vk0x45 Up}
sleep, 100 ;
Send {vk0x25 Up}
sleep, 100 ;
Send {vk0x45 Up}
}
Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[DreyWay]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=43887</uri>
			</author>
			<updated>2024-07-18T13:22:14Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=161283#p161283</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как назначить поочередное нажатие кнопок на одну кнопку?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=161282#p161282" />
			<content type="html"><![CDATA[<p>Уберите vk, пишите буквенные названия клавиш.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2024-07-18T13:14:49Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=161282#p161282</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Как назначить поочередное нажатие кнопок на одну кнопку?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=161281#p161281" />
			<content type="html"><![CDATA[<p>Esc далее, Up далее, E далее,&nbsp; Z далее, E далее, Left далее, E&nbsp; - Конец.<br />Что-то в этом роде. После esc пауза в 100мс нужно. Это все на кнопку F10.<br />Буду благодарен, если объясните, как это сделать. (терминов знаю мало)</p><p>Вот мой не рабочий скрипт.</p><div class="codebox"><pre><code>#InstallKeybdHook
#NoEnv

vk0x79::
{
Send {vk0x1B}{vk0x26}{vk0x45}{vk0x5A}{vk0x5A}{vk0x45}{vk0x25}{vk0x45}
}
Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[DreyWay]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=43887</uri>
			</author>
			<updated>2024-07-18T13:00:20Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=161281#p161281</id>
		</entry>
</feed>
