<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Блокировка клавиши Enter]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=6655</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=6655&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Блокировка клавиши Enter».]]></description>
		<lastBuildDate>Sun, 08 Jan 2012 20:48:52 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Блокировка клавиши Enter]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=55473#p55473</link>
			<description><![CDATA[<p>Последнее в нужном окне работает отлично. Спасибо!</p>]]></description>
			<author><![CDATA[null@example.com (Pokerist)]]></author>
			<pubDate>Sun, 08 Jan 2012 20:48:52 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=55473#p55473</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Блокировка клавиши Enter]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=55471#p55471</link>
			<description><![CDATA[<div class="codebox"><pre><code>#IfWinActive, Безымянный - Блокнот

Enter::
   TrayTip,, Enter Blocked
   Return</code></pre></div><div class="codebox"><pre><code>Enter::
   WinGetTitle, active_title, A
   If % active_title=&quot;Безымянный - Блокнот&quot;
      TrayTip,, Enter Blocked
   Else
      Send, {Enter}
   Return</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Grey)]]></author>
			<pubDate>Sun, 08 Jan 2012 20:19:29 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=55471#p55471</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Блокировка клавиши Enter]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=55467#p55467</link>
			<description><![CDATA[<div class="quotebox"><cite>teadrinker пишет:</cite><blockquote><p>Вот так работает:</p><div class="codebox"><pre><code>Enter::
WinGetTitle, active_title, A
 if active_title = Безымянный - Блокнот
    SoundBeep, 5555, 500
return</code></pre></div></blockquote></div><p>Странно как-то. Как и мой код, то не срабатывает вообще, то блокируется во всех окнах. <img src="//forum.script-coding.com/img/smilies/roll.png" width="15" height="15" /></p>]]></description>
			<author><![CDATA[null@example.com (Pokerist)]]></author>
			<pubDate>Sun, 08 Jan 2012 19:16:12 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=55467#p55467</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Блокировка клавиши Enter]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=55465#p55465</link>
			<description><![CDATA[<p>Вот так работает:</p><div class="codebox"><pre><code>Enter::
WinGetTitle, active_title, A
 if active_title = Безымянный - Блокнот
    SoundBeep, 5555, 500
return</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Sun, 08 Jan 2012 18:14:48 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=55465#p55465</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Блокировка клавиши Enter]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=55464#p55464</link>
			<description><![CDATA[<p><a href="http://forum.script-coding.com/viewtopic.php?id=5421">•</a><br /></p><div class="codebox"><pre><code>Enter::
IfWinActive, Нужное окно
   SoundBeep, 5555, 500
return</code></pre></div><p><a href="http://www.autohotkey.com/docs/commands/SetTitleMatchMode.htm">SetTitleMatchMode</a><br />А у меня блокируется <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /></p>]]></description>
			<author><![CDATA[null@example.com (creature.ws)]]></author>
			<pubDate>Sun, 08 Jan 2012 18:11:20 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=55464#p55464</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Блокировка клавиши Enter]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=55462#p55462</link>
			<description><![CDATA[<p>Пытаюсь заблокировать клавишу &quot;Enter&quot; в определёном окне.</p><div class="codebox"><pre><code>Enter::
WinGetTitle, active_title, A
 if active_title = Нужное окно
	SoundBeep, 5555, 500
return</code></pre></div><p>Почему-то &quot;Enter&quot; не блокируется. Проверял на другой клавише. Окно находится правильно, звук идёт. А с &quot;Enter&quot; нет. И в окне проходит срабатывание на &quot;Enter&quot;.</p>]]></description>
			<author><![CDATA[null@example.com (Pokerist)]]></author>
			<pubDate>Sun, 08 Jan 2012 17:51:58 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=55462#p55462</guid>
		</item>
	</channel>
</rss>
