<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Действие после вызова Tooltip]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=10222&amp;type=atom" />
	<updated>2014-12-08T11:53:51Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=10222</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Действие после вызова Tooltip]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=88958#p88958" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Irbis пишет:</cite><blockquote><p>Например.<br /></p><div class="codebox"><pre><code>F1:: $$(&quot;Давным-давно,&quot;)
F2:: $$(&quot;в далёкой-далёкой галактике&quot;)
Return

$$(a) {
   tooltip % a
   KeyWait, Space, D T2
   tooltip
   if !ErrorLevel {
      KeyWait, Space
      SendInput % &quot;{BackSpace}&quot; . a
   }
}
</code></pre></div></blockquote></div><p>В точку. <br />Спасибо огромное.</p>]]></content>
			<author>
				<name><![CDATA[red2881]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30934</uri>
			</author>
			<updated>2014-12-08T11:53:51Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=88958#p88958</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Действие после вызова Tooltip]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=88957#p88957" />
			<content type="html"><![CDATA[<p>Можно попробовать MsgBox перед выполнением команды.<br />Там так же можно будет увидеть текст из переменной или напрямую из буфера. Правда, придется кликать по кнопкам...</p><div class="codebox"><pre><code>MsgBox, 4, , %clipboard%
IfMsgBox, No, Return
Send %clipboard%
Return  </code></pre></div>]]></content>
			<author>
				<name><![CDATA[Deluxe]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32689</uri>
			</author>
			<updated>2014-12-08T11:53:34Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=88957#p88957</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Действие после вызова Tooltip]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=88956#p88956" />
			<content type="html"><![CDATA[<p>Например.<br /></p><div class="codebox"><pre><code>F1:: $$(&quot;Давным-давно,&quot;)
F2:: $$(&quot;в далёкой-далёкой галактике&quot;)
Return

$$(a) {
   tooltip % a
   KeyWait, Space, D T2
   tooltip
   if !ErrorLevel {
      KeyWait, Space
      SendInput % &quot;{BackSpace}&quot; . a
   }
}
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Irbis]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27384</uri>
			</author>
			<updated>2014-12-08T11:48:50Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=88956#p88956</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Действие после вызова Tooltip]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=88950#p88950" />
			<content type="html"><![CDATA[<p>Добрый день!<br />По горячим клавишам делаю вставку текста. Проблема горячих клавиш становится&nbsp; много и не всегда правильно нажимаю.<br />Подскажите как сделать чтобы по горячей клавише сначала вызывался Tooltip (примерно на 2 секунды) и если текст правильный то нажимая Space происходила&nbsp; вставка текста.</p>]]></content>
			<author>
				<name><![CDATA[red2881]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30934</uri>
			</author>
			<updated>2014-12-08T10:49:57Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=88950#p88950</id>
		</entry>
</feed>
