<?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=5458&amp;type=atom" />
	<updated>2011-02-03T11:03:56Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=5458</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Сочетание клавиш на неактивной клавиатуре]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=44784#p44784" />
			<content type="html"><![CDATA[<p>Да, всё работает, спасибо, буду внимательней <img src="//forum.script-coding.com/img/smilies/wink.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[Pecnekm]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25777</uri>
			</author>
			<updated>2011-02-03T11:03:56Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=44784#p44784</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Сочетание клавиш на неактивной клавиатуре]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=44781#p44781" />
			<content type="html"><![CDATA[<p>Наверно потому, что справку невнимательно читаете.<br /></p><div class="quotebox"><cite>BlockInput пишет:</cite><blockquote><p>Некоторые типы горячих клавиш, реализуемые с помощью хуков мыши и клавиатуры, всё же способны работать, когда ввод заблокирован. Например, &quot;MButton&quot; (хук мыши) и &quot;LWin &amp; Space&quot; (хук клавиатуры и <span class="bbu">явное указание префикса вместо модификаторов &quot;$#&quot;</span>).</p></blockquote></div><p>Вот так у меня работает:<br /></p><div class="codebox"><pre><code>Gui, Add, Text, x6 y7 w340 h20 +Center, Only letters
Gui, Add, Button, x125 y47 w100 h30 +Border, Close
Gui, Show, x158 y118 h91 w352, PrLt

BlockInput, on
Return

$q::
Send, q
Soundbeep
Return
$w::
Send, w
Soundbeep
Return

$F11::
BlockInput, off

Shift &amp; sc030::
ExitApp
ButtonClose:
ExitApp
GuiClose:
ExitApp</code></pre></div>]]></content>
			<author>
				<name><![CDATA[YMP]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=81</uri>
			</author>
			<updated>2011-02-03T10:38:50Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=44781#p44781</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Сочетание клавиш на неактивной клавиатуре]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=44769#p44769" />
			<content type="html"><![CDATA[<p>Доброго времени суток!<br />Интересует такой маленький вопрос: как назначить сочетание клавиш, когда клавиатура неактивна(то есть при активированной команде BlockInput, on)?<br />Одну кнопку проблем нету, просто знак &quot;$&quot; впереди, а на две он не работает.<br />Вот к примеру:<br /></p><div class="codebox"><pre><code>Gui, Add, Text, x6 y7 w340 h20 +Center, Only letters
Gui, Add, Button, x125 y47 w100 h30 +Border, Close
Gui, Show, x158 y118 h91 w352, PrLt

BlockInput, on
Return

$q::
Send, q
Soundbeep
Return
$w::
Send, w
Soundbeep
Return

$F11::
BlockInput, off

$+sc030::
ExitApp
ButtonClose:
ExitApp
GuiClose:
ExitApp</code></pre></div><p>F11 отключает скрипт, q и w печатают, а вот Shift+b - не закрывают скрипт. Не могу понять почему.</p>]]></content>
			<author>
				<name><![CDATA[Pecnekm]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25777</uri>
			</author>
			<updated>2011-02-03T07:28:21Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=44769#p44769</id>
		</entry>
</feed>
