<?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=17695&amp;type=atom" />
	<updated>2023-03-18T08:46:56Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=17695</id>
		<entry>
			<title type="html"><![CDATA[Re: ????]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=157221#p157221" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>

ih := InputHook(&quot;L0&quot;)
ih.KeyOpt(&quot;{All}&quot;, &quot;+V N&quot;)
ih.OnKeyDown := Func(&quot;OnKeyDown&quot;)
ih.Start()
Return

SpaceDown(Time) {
	If !Time || A_TickCount - Time &gt; 2000
	{
		MsgBox B
	} Else  {
		MsgBox A
	}
}
 
OnKeyDown(InputHook, VK, SC) {
	Critical
	Static PrTime, Keys := {&quot;sc5&quot;:&quot;4&quot;}     
	If VK = 32
	{
		InputHook.Stop()
		SpaceDown(PrTime) 
		InputHook.Start()
		Return 
	} 
	If Keys[&quot;sc&quot; SC]
		PrTime := A_TickCount
	Else 
		PrTime := &quot;&quot;
	Return
}
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2023-03-18T08:46:56Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=157221#p157221</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[????]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=157197#p157197" />
			<content type="html"><![CDATA[<p>ahk rewasd</p>]]></content>
			<author>
				<name><![CDATA[uv rzn]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=43065</uri>
			</author>
			<updated>2023-03-17T12:00:15Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=157197#p157197</id>
		</entry>
</feed>
