<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; Закрыто]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=18084</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=18084&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «Закрыто».]]></description>
		<lastBuildDate>Sat, 03 Feb 2024 09:32:52 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Закрыто]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=160204#p160204</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (__Михаил__)]]></author>
			<pubDate>Sat, 03 Feb 2024 09:32:52 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=160204#p160204</guid>
		</item>
		<item>
			<title><![CDATA[Закрыто]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=160201#p160201</link>
			<description><![CDATA[<p>/dell</p>]]></description>
			<author><![CDATA[null@example.com (Hhhobcfik)]]></author>
			<pubDate>Thu, 01 Feb 2024 23:22:11 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=160201#p160201</guid>
		</item>
	</channel>
</rss>
