<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Сочетание клавиш на неактивной клавиатуре]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=5458</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=5458&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Сочетание клавиш на неактивной клавиатуре».]]></description>
		<lastBuildDate>Thu, 03 Feb 2011 11:03:56 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Сочетание клавиш на неактивной клавиатуре]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=44784#p44784</link>
			<description><![CDATA[<p>Да, всё работает, спасибо, буду внимательней <img src="//forum.script-coding.com/img/smilies/wink.png" width="15" height="15" /></p>]]></description>
			<author><![CDATA[null@example.com (Pecnekm)]]></author>
			<pubDate>Thu, 03 Feb 2011 11:03:56 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=44784#p44784</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Сочетание клавиш на неактивной клавиатуре]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=44781#p44781</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (YMP)]]></author>
			<pubDate>Thu, 03 Feb 2011 10:38:50 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=44781#p44781</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Сочетание клавиш на неактивной клавиатуре]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=44769#p44769</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (Pecnekm)]]></author>
			<pubDate>Thu, 03 Feb 2011 07:28:21 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=44769#p44769</guid>
		</item>
	</channel>
</rss>
