<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; двойное нажатие]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=11715&amp;type=atom" />
	<updated>2016-06-13T19:25:29Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=11715</id>
		<entry>
			<title type="html"><![CDATA[Re: двойное нажатие]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=105195#p105195" />
			<content type="html"><![CDATA[<div class="quotebox"><blockquote><p>$ 	</p><p>This is usually only necessary if the script uses the Send command to send the keys that comprise the hotkey itself, which might otherwise cause it to trigger itself. 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.</p><p>[v1.1.06+]: #InputLevel and SendLevel provide additional control over which hotkeys and hotstrings are triggered by the Send command.</p></blockquote></div><p><a href="https://autohotkey.com/docs/Hotkeys.htm">https://autohotkey.com/docs/Hotkeys.htm</a></p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2016-06-13T19:25:29Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=105195#p105195</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: двойное нажатие]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=105190#p105190" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>space::
sendinput, {space 2}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[SeaVodikendu]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33752</uri>
			</author>
			<updated>2016-06-13T17:18:58Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=105190#p105190</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[двойное нажатие]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=105188#p105188" />
			<content type="html"><![CDATA[<p>Нужен простой скрипт, что бы при одном нажатии на Пробел он нажимал на него два раза подряд.</p>]]></content>
			<author>
				<name><![CDATA[madexpro]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33977</uri>
			</author>
			<updated>2016-06-13T15:52:46Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=105188#p105188</id>
		</entry>
</feed>
