<?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=13437&amp;type=atom" />
	<updated>2018-02-02T15:57:29Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=13437</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Скрипт для блокировки движения мыши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=123543#p123543" />
			<content type="html"><![CDATA[<p><strong>svoboden</strong><br />Спасибо большое! Работает как нужно.</p>]]></content>
			<author>
				<name><![CDATA[aroma172]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=29857</uri>
			</author>
			<updated>2018-02-02T15:57:29Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=123543#p123543</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Скрипт для блокировки движения мыши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=123538#p123538" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>~MButton::(i:=!i) ? Mouseon() : Mouseoff()

Mouseon() {
BlockInput MouseMove
}

Mouseoff() {
BlockInput MouseMoveOff
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2018-02-02T02:28:18Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=123538#p123538</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Скрипт для блокировки движения мыши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=123537#p123537" />
			<content type="html"><![CDATA[<p><strong>svoboden</strong><br />До следующего нажатия. Простейший вариант который работает:<br /></p><div class="codebox"><pre><code>#UseHook
#InstallMouseHook

q::
   BlockInput MouseMove
   return

e::
   BlockInput MouseMoveOff
   return

pause::suspend</code></pre></div><p>Но нужно повесить на одну кнопку (Mbutton), чтобы при первом нажатии включалась блокировка, при повторном отключалась. И чтобы нажатие самой кнопки тоже передавалось.</p>]]></content>
			<author>
				<name><![CDATA[aroma172]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=29857</uri>
			</author>
			<updated>2018-02-02T00:11:33Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=123537#p123537</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Скрипт для блокировки движения мыши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=123535#p123535" />
			<content type="html"><![CDATA[<p>Блокировать мышь нужно на момент нажатия или вообще.</p>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2018-02-01T22:23:35Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=123535#p123535</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Скрипт для блокировки движения мыши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=123532#p123532" />
			<content type="html"><![CDATA[<p>Добрый день. </p><p>Нужен скрипт чтобы по нажатию колесика мыши блокировалось движение курсора мыши (BlockInput MouseMove), и при этом само нажатие колесика передавалось программе (но можно и не колесико а кнопка клавиатуры), а также работали все кнопки клавиатуры и мыши. А при повторном нажатии колесика мышь разблокировалась и также передавалось нажатие.</p>]]></content>
			<author>
				<name><![CDATA[aroma172]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=29857</uri>
			</author>
			<updated>2018-02-01T21:18:52Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=123532#p123532</id>
		</entry>
</feed>
