<?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=18084&amp;type=atom" />
	<updated>2024-02-03T09:32:52Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=18084</id>
		<entry>
			<title type="html"><![CDATA[Re: Закрыто]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=160204#p160204" />
			<content type="html"><![CDATA[<p>Проверьте этот код. Ё - запуск, Pause - Отключить (перехват цифр 0 - 9).</p><div class="codebox"><pre><code>vkC0::	; Ё (vkC0 / sc29)
KeyWait, % A_ThisHotkey, U
ToolTip, Запуск, 0,0
Hooks()
;SendInput, % &quot;/sp{space}&quot;
SendInput, {Raw}/sp{space}
Return

Pause::	; Отключить перехват клавиш.
KeyWait, % A_ThisHotkey, U
Hooks(0)
ToolTip, Выключено, 0,0
Return

Hooks(n = 1){
 HK(0)
 Loop, 10
  HotKey, % &quot;~&quot; (A_Index-1), HK, % (n = 1 ? &quot;On&quot;:&quot;Off&quot;)
}

HK(n = 1){
 Static I := 0
 If (n = 0){
  I := 0
  Return
 }
 KeyWait, % A_ThisHotkey, U
 If (Mod(++I, 3) = 0)
  SendInput, {Enter}
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2024-02-03T09:32:52Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=160204#p160204</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Закрыто]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=160201#p160201" />
			<content type="html"><![CDATA[<p>/dell</p>]]></content>
			<author>
				<name><![CDATA[Hhhobcfik]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=43546</uri>
			</author>
			<updated>2024-02-01T23:22:11Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=160201#p160201</id>
		</entry>
</feed>
