<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Как заблокировать Ctrl в комбинации клавиш?]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=14703&amp;type=atom" />
	<updated>2019-04-09T16:06:02Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=14703</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как заблокировать Ctrl в комбинации клавиш?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=133456#p133456" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>Ctrl:: SendInput {space}</code></pre></div><p>А так тоже получается Ctrl + Space?</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2019-04-09T16:06:02Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=133456#p133456</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как заблокировать Ctrl в комбинации клавиш?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=133451#p133451" />
			<content type="html"><![CDATA[<p>Может товарищи поопытнее что-то более дельное подскажут, однако можно принудительно отпускать CTRL после горячей клавиши.<br /></p><div class="codebox"><pre><code>^Z::
SendInput {CTRL up}
SendInput {Space}
return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[belyankin12]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34408</uri>
			</author>
			<updated>2019-04-09T11:37:12Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=133451#p133451</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Как заблокировать Ctrl в комбинации клавиш?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=133450#p133450" />
			<content type="html"><![CDATA[<p>Здравствуйте.<br />Есть простой скрипт типа:<br /></p><div class="codebox"><pre><code>Ctrl &amp; F3::SendInput {space}</code></pre></div><p> - должен нажимать Space при нажатии Ctrl + F3. Но почему то нажимается Ctrl + Space...<br />То есть, клавиша префикса не блокируется при нажатии комбинации.<br />Софт - Zbrush, в других программах всё нормально.</p><p>Что можно попробовать в данном случае?</p>]]></content>
			<author>
				<name><![CDATA[Br0ken1334]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38973</uri>
			</author>
			<updated>2019-04-09T10:00:45Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=133450#p133450</id>
		</entry>
</feed>
