<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK:Перенос макроса с Keyrana в AHK]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=17771&amp;type=atom" />
	<updated>2023-05-01T16:17:56Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=17771</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK:Перенос макроса с Keyrana в AHK]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=157986#p157986" />
			<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-05-01T16:17:56Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=157986#p157986</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK:Перенос макроса с Keyrana в AHK]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=157982#p157982" />
			<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>2023-05-01T12:07:22Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=157982#p157982</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK:Перенос макроса с Keyrana в AHK]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=157981#p157981" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong><br />Сколько это может стоить? <br />Это 10 минутное дело для опытных пользователей AHK</p>]]></content>
			<author>
				<name><![CDATA[Dobrui_Po4anteK]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=43140</uri>
			</author>
			<updated>2023-05-01T12:00:54Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=157981#p157981</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK:Перенос макроса с Keyrana в AHK]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=157979#p157979" />
			<content type="html"><![CDATA[<p>Без указания оплаты вряд ли кого-то заинтересуете.<br /></p><div class="quotebox"><cite>Dobrui_Po4anteK пишет:</cite><blockquote><p>нужно перенести макрос с keyrana в AHK</p></blockquote></div><div class="quotebox"><cite>Dobrui_Po4anteK пишет:</cite><blockquote><p>ANY:Перенос макроса с Keyrana в AHK</p></blockquote></div><p>ANY означает любой язык. Так ANY или AHK?</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2023-05-01T11:56:38Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=157979#p157979</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK:Перенос макроса с Keyrana в AHK]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=157978#p157978" />
			<content type="html"><![CDATA[<p>Здравствуйте, нужно перенести макрос с keyrana в AHK. Нужно чтобы он работал только при зажатой кнопкой ЛКМ.<br />code,<br />&quot;&lt;Root&gt;<br />&nbsp; &lt;DefaultMacro&gt;<br />&nbsp; &nbsp; &lt;Major&gt;&lt;/Major&gt;<br />&nbsp; &nbsp; &lt;Description&gt;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; недочеты&lt;/Description&gt;<br />&nbsp; &nbsp; &lt;Comment&gt;ALMAZ&lt;/Comment&gt;<br />&nbsp; &nbsp; &lt;GUIOption&gt;<br />&nbsp; &nbsp; &nbsp; &lt;RepeatType&gt;1&lt;/RepeatType&gt;<br />&nbsp; &nbsp; &lt;/GUIOption&gt;<br />&nbsp; &nbsp; &lt;KeyUp&gt;<br />&nbsp; &nbsp; &nbsp; &lt;Syntax&gt;rm&lt;/Syntax&gt;<br />&nbsp; &nbsp; &lt;/KeyUp&gt;<br />&nbsp; &nbsp; &lt;KeyDown&gt;<br />&nbsp; &nbsp; &nbsp; &lt;Syntax&gt;Button4down 1<br />MoveR 0 1<br />Delay 25 ms<br />MoveR 0 1<br />Delay 25 ms<br />MoveR 0 1<br />Delay 25 ms<br />MoveR 0 1<br />Delay 25 ms<br />MoveR 0 1<br />Delay 25 ms<br />MoveR 0 1<br />Delay 25 ms<br />MoveR 0 1<br />Delay 25 ms<br />MoveR 0 1<br />Delay 25 ms<br />MoveR 0 1<br />Delay 25 ms<br />MoveR 0 1<br />Delay 25 ms<br />MoveR 0 1<br />Delay 25 ms<br />MoveR 0 1<br />Delay 25 ms<br />MoveR 0 1<br />Delay 25 ms<br />MoveR 0 1<br />Delay 25 ms<br />MoveR 0 1<br />Delay 25 ms<br />MoveR 0 1<br />Delay 25 ms<br />MoveR 0 1<br />Delay 25 ms<br />MoveR 0 1<br />Delay 25 ms<br />MoveR 0 1<br />Delay 25 ms<br />MoveR 0 1<br />Button4Up 1<br />//Если перезарядка, отпустить боковую клавишу мыши (вверх)&lt;/Syntax&gt;<br />&nbsp; &nbsp; &lt;/KeyDown&gt;<br />&nbsp; &nbsp; &lt;Software&gt;Caliber&lt;/Software&gt;<br />&nbsp; &lt;/DefaultMacro&gt;<br />&lt;/Root&gt;&quot;<br />Imgur: https://imgur.com/a/DXvK49R</p>]]></content>
			<author>
				<name><![CDATA[Dobrui_Po4anteK]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=43140</uri>
			</author>
			<updated>2023-05-01T11:49:17Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=157978#p157978</id>
		</entry>
</feed>
