<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Блокировка клавиш]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=11736&amp;type=atom" />
	<updated>2016-06-17T13:25:08Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=11736</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Блокировка клавиш]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=105336#p105336" />
			<content type="html"><![CDATA[<p>Пример кода:<br /></p><div class="codebox"><pre><code>
home::
MouseMove, 10, 20
sleep 10
Sendinput, {vk32}
return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[SeaVodikendu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33752</uri>
			</author>
			<updated>2016-06-17T13:25:08Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=105336#p105336</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Блокировка клавиш]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=105335#p105335" />
			<content type="html"><![CDATA[<p>BlockInput, как написано в справке, не исключает залипание клавиш, как SendMode из-за чего скрипт не работает.<br />Помгите разобраться, как использовать SendMode?</p>]]></content>
			<author>
				<name><![CDATA[SeaVodikendu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33752</uri>
			</author>
			<updated>2016-06-17T13:21:08Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=105335#p105335</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Блокировка клавиш]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=105332#p105332" />
			<content type="html"><![CDATA[<p><a href="http://www.script-coding.com/AutoHotkey/BlockInput.html">BlockInput</a></p>]]></content>
			<author>
				<name><![CDATA[Sgy-x2]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32753</uri>
			</author>
			<updated>2016-06-17T12:40:58Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=105332#p105332</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Блокировка клавиш]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=105331#p105331" />
			<content type="html"><![CDATA[<p>Здравствуйте.<br />Возможнно ли заблокировать физическое нажатие клавиш и движение мышкой?<br />Т.е. чтобы не припятсвовать выполнению логических команд в т.ч. MouseMove.</p>]]></content>
			<author>
				<name><![CDATA[SeaVodikendu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33752</uri>
			</author>
			<updated>2016-06-17T12:26:49Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=105331#p105331</id>
		</entry>
</feed>
