<?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="http://forum.script-coding.com/extern.php?action=feed&amp;tid=11809&amp;type=atom" />
	<updated>2016-07-21T10:10:28Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=11809</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Хоткей для своего окна]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=106235#p106235" />
			<content type="html"><![CDATA[<p>А вот так работает! <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /><br /></p><div class="codebox"><pre><code>
a::
	IfWinActive, Grim Dawn
	{
		msgbox
		Hotkey, %A_ThisHotkey%, Off  
		Send, a
		Hotkey, %A_ThisHotkey%, On
	}
return
</code></pre></div><p>Моя большая благодарность!</p>]]></content>
			<author>
				<name><![CDATA[KusochekDobra]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33846</uri>
			</author>
			<updated>2016-07-21T10:10:28Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=106235#p106235</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Хоткей для своего окна]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=106217#p106217" />
			<content type="html"><![CDATA[<p>Так попробуйте:<br /></p><div class="codebox"><pre><code>a::
msgbox
Hotkey, %A_ThisHotkey%, Off  
Send, a
Hotkey, %A_ThisHotkey%, On</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2016-07-21T02:36:46Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=106217#p106217</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Хоткей для своего окна]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=106214#p106214" />
			<content type="html"><![CDATA[<p>Ну вот такие дела. В рамках пользования, мне нужно было чтобы при нажатии хоткея, вызывалась последовательность нажатия клавиш, одной из которых была кнопка хоткея. Один добрый человек подсказал мне, что таким вот способом можно легко добиться этого, потому как скрипт её не жмякает без значка. Ну да Бог с ней. Низко кланяюсь за Ваше желание помочь, но раз тупик, то и нечего стенку бодать. Ещё раз спасибо!</p>]]></content>
			<author>
				<name><![CDATA[KusochekDobra]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33846</uri>
			</author>
			<updated>2016-07-20T21:56:49Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=106214#p106214</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Хоткей для своего окна]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=106213#p106213" />
			<content type="html"><![CDATA[<p>А зачем вам значок доллара перед горячей клавишей?<br />Этот модификатор включает клавиатурный хук и следовательно вашим приложением не отлавливается.</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2016-07-20T20:09:23Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=106213#p106213</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Хоткей для своего окна]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=106209#p106209" />
			<content type="html"><![CDATA[<p>Да, так работает. Это описано в одном из примеров выше. Как и то, что уже вот так:<br /></p><div class="codebox"><pre><code>
$f11::
IfWinActive, Grim Dawn
   msgbox
</code></pre></div><p>Не работает. <img src="//forum.script-coding.com/img/smilies/sad.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[KusochekDobra]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33846</uri>
			</author>
			<updated>2016-07-20T18:41:18Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=106209#p106209</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Хоткей для своего окна]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=106181#p106181" />
			<content type="html"><![CDATA[<p>Похоже приложение блокирует горячие клавиши с использованием клавиатурного хука.<br />Так как #IfWinActive заставляет горячие клавиши использовать клавиатурный хук.<br />Так работает?<br /></p><div class="codebox"><pre><code>f11::
IfWinActive, Grim Dawn
   msgbox</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2016-07-19T13:38:44Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=106181#p106181</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Хоткей для своего окна]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=106170#p106170" />
			<content type="html"><![CDATA[<p>Тоже без результата.</p>]]></content>
			<author>
				<name><![CDATA[KusochekDobra]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33846</uri>
			</author>
			<updated>2016-07-19T00:30:03Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=106170#p106170</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Хоткей для своего окна]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=106168#p106168" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>#IfWinActive, Grim Dawn
~f11::
msgbox %A_ThisHotkey%
return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2016-07-18T23:56:16Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=106168#p106168</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Хоткей для своего окна]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=106167#p106167" />
			<content type="html"><![CDATA[<p>Аналогично.</p>]]></content>
			<author>
				<name><![CDATA[KusochekDobra]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33846</uri>
			</author>
			<updated>2016-07-18T23:49:50Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=106167#p106167</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Хоткей для своего окна]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=106166#p106166" />
			<content type="html"><![CDATA[<p>Скомпилируйте и запустите от админа.</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2016-07-18T23:47:02Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=106166#p106166</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Хоткей для своего окна]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=106165#p106165" />
			<content type="html"><![CDATA[<p>Нет, ничего не происходит.</p>]]></content>
			<author>
				<name><![CDATA[KusochekDobra]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33846</uri>
			</author>
			<updated>2016-07-18T23:41:59Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=106165#p106165</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Хоткей для своего окна]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=106163#p106163" />
			<content type="html"><![CDATA[<p>Запустите скрипт и нажмите f11 - при активном окне выдает сообщение?<br /></p><div class="codebox"><pre><code>#IfWinActive, Grim Dawn
f11::
msgbox %A_ThisHotkey%
return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2016-07-18T23:26:43Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=106163#p106163</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Хоткей для своего окна]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=106162#p106162" />
			<content type="html"><![CDATA[<p>Window Title, Class and Progress:<br />Grim Dawn<br />ahk_class Grim Dawn<br />ahk_exe grim dawn.exe</p><p>Control under mouse position:<br />ClassNN:	<br />Text:	Grim Dawn<br />Color:	695638 (Red=69 Green=56 Blue=38)<br />	x: 0	y: 0	w: 1920	h: 1080<br />Client:	x: 0	y: 0	w: 1920	h: 1080</p><p>Active Window Position:<br />	x: 0	y: 0	w: 1920	h: 1080<br />Client:			w: 1920	h: 1080</p><p>Остальные части шпиона не показывают ничего.</p>]]></content>
			<author>
				<name><![CDATA[KusochekDobra]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33846</uri>
			</author>
			<updated>2016-07-18T23:23:59Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=106162#p106162</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Хоткей для своего окна]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=106161#p106161" />
			<content type="html"><![CDATA[<p>Такого не должно быть. <br />Пришлите информацию, которую показывает window spy при активном окне приложения.</p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2016-07-18T23:09:07Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=106161#p106161</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Хоткей для своего окна]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=106160#p106160" />
			<content type="html"><![CDATA[<p>Простите, но последние три примера не вносят в уже описанные варианты ничего нового. Вероятно, что вся &quot;соль&quot; в каких-то свойствах/особенностях окна приложения. Потому как наблюдается такое поведение только с ним. Спасибо за уделённое внимание. На этом, судя по всему, тема себя исчерпала.</p>]]></content>
			<author>
				<name><![CDATA[KusochekDobra]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33846</uri>
			</author>
			<updated>2016-07-18T23:02:56Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=106160#p106160</id>
		</entry>
</feed>
