<?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=17539&amp;type=atom" />
	<updated>2023-01-07T15:40:36Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=17539</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Запуск кода с определённой точки]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=156210#p156210" />
			<content type="html"><![CDATA[<p><strong>Taveron</strong> Спасибо уже разобрался как сделать просто в час ночи уже мозги поплыли.</p>]]></content>
			<author>
				<name><![CDATA[pwch]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42951</uri>
			</author>
			<updated>2023-01-07T15:40:36Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=156210#p156210</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Запуск кода с определённой точки]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=156208#p156208" />
			<content type="html"><![CDATA[<p>А чем вас не устраивает традиционный способ запуска горячих клавиш?<br /></p><div class="codebox"><pre><code>
F5::
	; Какой-то код
	; ...
Return

F6::
	; Какой-то код
	; ...
Return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Taveron]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41949</uri>
			</author>
			<updated>2023-01-07T12:09:45Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=156208#p156208</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Запуск кода с определённой точки]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=156207#p156207" />
			<content type="html"><![CDATA[<p>При попытки сделать чтобы при нажатии F6 код запускался с точки aafk а при нажатии на F5 запускался с точки start AHK выдаёт ошибку <a href="https://yapx.ru/album/VS96R">https://yapx.ru/album/VS96R</a> другой способ кроме как через Goto я пока не знаю.</p>]]></content>
			<author>
				<name><![CDATA[pwch]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42951</uri>
			</author>
			<updated>2023-01-07T10:38:36Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=156207#p156207</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Запуск кода с определённой точки]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=156206#p156206" />
			<content type="html"><![CDATA[<p>Перефразируйте так, чтобы стало понятней в чём проблема.</p>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2023-01-06T22:54:30Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=156206#p156206</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Запуск кода с определённой точки]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=156205#p156205" />
			<content type="html"><![CDATA[<p>Мне надо чтобы при нажатии F6 что запускался с точки aafk а при нажатии F5 с точки start.<br /></p><div class="codebox"><pre><code>F6::
F5::

start:
click 1 1
aafk:
sendinput {1}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[pwch]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42951</uri>
			</author>
			<updated>2023-01-06T22:39:13Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=156205#p156205</id>
		</entry>
</feed>
