<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Нужен скрипт 1]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=18211&amp;type=atom" />
	<updated>2024-06-03T08:58:28Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=18211</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Нужен скрипт 1]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=161059#p161059" />
			<content type="html"><![CDATA[<p>А, значит не нужен, но и не мешает. <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2024-06-03T08:58:28Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=161059#p161059</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Нужен скрипт 1]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=161058#p161058" />
			<content type="html"><![CDATA[<p>Не нужен.<br /></p><div class="quotebox"><blockquote><p>The $ prefix forces the keyboard hook to be used to implement this hotkey, which as a side-effect prevents the Send command from triggering it. The $ prefix is equivalent to having specified #UseHook somewhere above the definition of this hotkey.</p><p>The $ prefix has no effect for mouse hotkeys, since they always use the mouse hook. It also has no effect for hotkeys which already require the keyboard hook, including any keyboard hotkeys with the tilde (~) or wildcard (*) modifiers, key-up hotkeys and custom combinations. To determine whether a particular hotkey uses the keyboard hook, use ListHotkeys.</p></blockquote></div>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2024-06-02T22:42:44Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=161058#p161058</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Нужен скрипт 1]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=161051#p161051" />
			<content type="html"><![CDATA[<p>Не знаю, в Send есть отправка горячей клавиши, честно говоря, не проверял.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2024-06-02T06:36:02Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=161051#p161051</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Нужен скрипт 1]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=161050#p161050" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong>, а разве доллар тут нужен?</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2024-06-02T06:25:14Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=161050#p161050</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Нужен скрипт 1]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=161049#p161049" />
			<content type="html"><![CDATA[<p><strong>doomGGS</strong><br />Верните, пожалуйста, текст первого поста. Форум не только для вас.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2024-06-02T01:16:24Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=161049#p161049</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Нужен скрипт 1]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=161048#p161048" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>$~a Up:: Send d
$~d Up:: Send a</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2024-06-01T23:44:21Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=161048#p161048</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Нужен скрипт 1]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=161047#p161047" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong>, возможно. Но вроде всё верно, с отправкой самой себя и второй клавишей.</p>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2024-06-01T22:43:21Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=161047#p161047</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Нужен скрипт 1]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=161041#p161041" />
			<content type="html"><![CDATA[<p><strong>__Михаил__</strong><br />Не перемудрили?</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2024-06-01T14:02:27Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=161041#p161041</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Нужен скрипт 1]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=161040#p161040" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>$a::
Send, {a Down}
KeyWait, a
Send, {a Up}
Send, {d}
Return

$d::
Send, {d Down}
KeyWait, d
Send, {d Up}
Send, {a}
Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2024-06-01T13:11:57Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=161040#p161040</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Нужен скрипт 1]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=161035#p161035" />
			<content type="html"><![CDATA[<p>1</p>]]></content>
			<author>
				<name><![CDATA[doomGGS]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=43762</uri>
			</author>
			<updated>2024-06-01T03:42:38Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=161035#p161035</id>
		</entry>
</feed>
