<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Реакция Hotkey на Send]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=10789&amp;type=atom" />
	<updated>2015-07-14T15:38:36Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=10789</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Реакция Hotkey на Send]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=95495#p95495" />
			<content type="html"><![CDATA[<p>Если поменять местами, то - всегда последнее:<br /></p><div class="codebox"><pre><code>Esc::  tooltip,% A_ThisLabel
Escape:: ToolTip % A_ThisLabel
</code></pre></div><p>...<br />VK срабатывает если находится в середине, если в конце, то срабатывает последнее по названию:<br /></p><div class="codebox"><pre><code>Escape:: ToolTip % A_ThisLabel
Esc::  tooltip,% A_ThisLabel
vk1B::  tooltip,% A_ThisLabel
</code></pre></div><br /><p>...</p><p>Скан-код срабатывает всегда и независимо от положения:<br /></p><div class="codebox"><pre><code>Escape:: ToolTip % A_ThisLabel
Esc::  tooltip,% A_ThisLabel
vk1B::  tooltip,% A_ThisLabel
sc01::  tooltip,% A_ThisLabel
</code></pre></div><p>Т.е. скан-код является приоритетным для интерпретатора.</p>]]></content>
			<author>
				<name><![CDATA[Alectric]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26027</uri>
			</author>
			<updated>2015-07-14T15:38:36Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=95495#p95495</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Реакция Hotkey на Send]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=95494#p95494" />
			<content type="html"><![CDATA[<div class="quotebox"><blockquote><div class="codebox"><pre><code>Escape:: ToolTip % A_ThisLabel 
  
Esc::  ExitApp </code></pre></div></blockquote></div><p>У меня всегда &quot;ExitApp&quot;.</p>]]></content>
			<author>
				<name><![CDATA[Alectric]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26027</uri>
			</author>
			<updated>2015-07-14T15:36:52Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=95494#p95494</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Реакция Hotkey на Send]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=95493#p95493" />
			<content type="html"><![CDATA[<p>Например Backspace и Escape всегда работают.</p><p>Кстати по ходу пьесы заметил странность:</p><div class="codebox"><pre><code>Escape:: ToolTip % A_ThisLabel 
  
Esc::  ExitApp </code></pre></div><p>Ошибки одинакового хоткея нет! По <em>Send {Esc}</em> показывается ToolTip, а вот при нажатии на клавиатуре - ExitApp.<br /></p><div class="quotebox"><blockquote><p>Может быть у тебя AhkSpy.ahk загружен?</p></blockquote></div><p>Нет.</p>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2015-07-14T15:32:42Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=95493#p95493</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Реакция Hotkey на Send]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=95492#p95492" />
			<content type="html"><![CDATA[<p>Из #4 срабатывает. Win 7 x64 AHK 1.1.19.<br />В последнее время не доверяю обновлениям, уже вроде есть все что нужно и они добавляют уже всякие &quot;упрощалки&quot;.</p><p><span style="color: #cccccc">Беру свои слова назад, в обновлениях еще и исправления есть.</span></p>]]></content>
			<author>
				<name><![CDATA[Alectric]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26027</uri>
			</author>
			<updated>2015-07-14T15:31:11Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=95492#p95492</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Реакция Hotkey на Send]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=95491#p95491" />
			<content type="html"><![CDATA[<p>Может быть у тебя AhkSpy.ahk загружен?<br />С ним у меня иногда перестают вообще кнопки нажиматься.</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2015-07-14T15:30:58Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=95491#p95491</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Реакция Hotkey на Send]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=95490#p95490" />
			<content type="html"><![CDATA[<p>Вот не пойму, иногда срабатывает, чаще нет.<br /></p><div class="codebox"><pre><code>Send {LAlt Down}{Enter}{LAlt Up}</code></pre></div><p> Ни разу не среагировал.</p>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2015-07-14T15:26:11Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=95490#p95490</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Реакция Hotkey на Send]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=95489#p95489" />
			<content type="html"><![CDATA[<p>Хм, с &quot;Up&quot; действительно странности.</p>]]></content>
			<author>
				<name><![CDATA[Foma]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31521</uri>
			</author>
			<updated>2015-07-14T15:23:27Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=95489#p95489</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Реакция Hotkey на Send]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=95488#p95488" />
			<content type="html"><![CDATA[<p>В двух. И с msgbox тоже работает из 3 поста.</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2015-07-14T15:05:00Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=95488#p95488</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Реакция Hotkey на Send]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=95486#p95486" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Foma пишет:</cite><blockquote><p>Попробуй вот так</p></blockquote></div><p>А ты сам пробовал?</p>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2015-07-14T15:04:16Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=95486#p95486</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Реакция Hotkey на Send]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=95485#p95485" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Malcev пишет:</cite><blockquote><p>У меня так работает:</p></blockquote></div><p>В одном скрипте?</p>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2015-07-14T15:03:32Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=95485#p95485</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Реакция Hotkey на Send]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=95483#p95483" />
			<content type="html"><![CDATA[<p>У меня так работает:<br /></p><div class="codebox"><pre><code>#InputLevel 1
f11::
Send {Up}
return

#InputLevel 0 
~Up::ToolTip % A_ThisLabel
return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2015-07-14T15:01:51Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=95483#p95483</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Реакция Hotkey на Send]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=95482#p95482" />
			<content type="html"><![CDATA[<p>Не знаю что была за мистика, Up начал срабатывать.<br />Но например:<br /></p><div class="codebox"><pre><code>Send {LAlt Down}{Enter}{LAlt Up}</code></pre></div><p>не запускает:<br /></p><div class="codebox"><pre><code>!Enter::MsgBox</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2015-07-14T14:59:44Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=95482#p95482</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Реакция Hotkey на Send]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=95481#p95481" />
			<content type="html"><![CDATA[<p>Отправь из одного <br /></p><div class="codebox"><pre><code>Send,{F8}</code></pre></div><p>А в другом сделай это горячей клавишей</p><div class="codebox"><pre><code>F8::
нужное действие
Return</code></pre></div><p>&nbsp; Вместо &quot;F8&quot; можно сделать что угодно.</p><p>Твоё тоже должно работать.</p><p>Попробуй вот так<br /></p><div class="codebox"><pre><code>~Up::ToolTip % &quot;Yes! &quot;  A_ThisLabel</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Foma]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31521</uri>
			</author>
			<updated>2015-07-14T14:47:58Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=95481#p95481</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Реакция Hotkey на Send]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=95480#p95480" />
			<content type="html"><![CDATA[<p>Первый скрипт выполняет: </p><div class="codebox"><pre><code>Send {Up}</code></pre></div><p>Во втором скрипте есть:</p><div class="codebox"><pre><code>~Up::ToolTip % A_ThisLabel</code></pre></div><p>Как командой Send запустить Hotkey в другом скрипте?<br />Почитал <a href="http://ahkscript.org/docs/commands/_InputLevel.htm">#InputLevel</a>, но так понял что это действует только внутри одного скрипта.</p>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2015-07-14T14:10:11Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=95480#p95480</id>
		</entry>
</feed>
