<?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=9678&amp;type=atom" />
	<updated>2014-06-05T18:08:26Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=9678</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отправка комбинации клавиш]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=83693#p83693" />
			<content type="html"><![CDATA[<p>Всё заработало... Хотя ничего не менял. Всем спасибо.</p>]]></content>
			<author>
				<name><![CDATA[raznoczvetov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32329</uri>
			</author>
			<updated>2014-06-05T18:08:26Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=83693#p83693</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отправка комбинации клавиш]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=83685#p83685" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>teadrinker пишет:</cite><blockquote><p><span style="color: #008800"><strong>raznoczvetov</strong>, ознакомьтесь с <a href="http://forum.script-coding.com/viewtopic.php?id=6148">этой</a> темой, отредактируйте заголовок.</span></p></blockquote></div><p>Я извиняюсь. Отредактировал заголовок, добавив префикс AHK:.</p><p>Может ли кто-нибудь, что-нибудь подсказать по вопросу данной темы, или хотя бы высказать предположения?<br />Буду очень вам благодарен за ответ.</p>]]></content>
			<author>
				<name><![CDATA[raznoczvetov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32329</uri>
			</author>
			<updated>2014-06-05T15:09:36Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=83685#p83685</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отправка комбинации клавиш]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=83684#p83684" />
			<content type="html"><![CDATA[<p><span style="color: #008800"><strong>raznoczvetov</strong>, ознакомьтесь с <a href="http://forum.script-coding.com/viewtopic.php?id=6148">этой</a> темой, отредактируйте заголовок.</span></p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2014-06-05T15:05:01Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=83684#p83684</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Отправка комбинации клавиш]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=83683#p83683" />
			<content type="html"><![CDATA[<p>Добрый день! Пытаюсь отправить в программу комбинацию клавиш <br /></p><div class="codebox"><pre><code>Ctrl Shift &#039;</code></pre></div><p>при нажатии </p><div class="codebox"><pre><code>Alt g</code></pre></div><p>но отправляется </p><div class="codebox"><pre><code>Alt Ctrl Shift &#039;</code></pre></div><p>Т. е. срабатывает другая комбинация клавиш. <br />Как заблокировать отправку нажатых в данный момент клавиш, чтобы отправлялись только: </p><div class="codebox"><pre><code>Ctrl Shift &#039;</code></pre></div><p>Сам код:</p><div class="codebox"><pre><code>
Alt &amp; g::
BlockInput On
SendInput {Shift down}
SendInput {Ctrl down}
SendInput &#039; 
SendInput {Ctrl up}
SendInput {Shift up}
BlockInput Off
Return
</code></pre></div><p>Или может быть, я вообще что-то делаю не так?</p>]]></content>
			<author>
				<name><![CDATA[raznoczvetov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32329</uri>
			</author>
			<updated>2014-06-05T14:37:15Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=83683#p83683</id>
		</entry>
</feed>
