<?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="https://forum.script-coding.com/extern.php?action=feed&amp;tid=15889&amp;type=atom" />
	<updated>2020-12-06T15:33:51Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=15889</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как сделать так, что бы горячие клавиши работали в разных окнах?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=143942#p143942" />
			<content type="html"><![CDATA[<p><strong>Vsevolod</strong></p><p>Плохо ищете в поиске, это самое простое что нужно знать в AHK.</p><div class="codebox"><pre><code>#IfWinActive, ahk_class Notepad

F1:: ;Работает только в блокноте
msgbox Я работаю только в блокноте
Return

#If</code></pre></div>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2020-12-06T15:33:51Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=143942#p143942</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как сделать так, что бы горячие клавиши работали в разных окнах?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=143941#p143941" />
			<content type="html"><![CDATA[<p><strong>ypppu</strong><br />Извиняюсь, исправил</p>]]></content>
			<author>
				<name><![CDATA[Vsevolod]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40918</uri>
			</author>
			<updated>2020-12-06T15:10:13Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=143941#p143941</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как сделать так, что бы горячие клавиши работали в разных окнах?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=143940#p143940" />
			<content type="html"><![CDATA[<p><span style="color: green">В трёх местах об этом написано!</span><br /><a href="http://forum.script-coding.com/register.php">http://forum.script-coding.com/register.php</a><br /><a href="http://forum.script-coding.com/misc.php?action=rules">http://forum.script-coding.com/misc.php?action=rules</a><br /><a href="http://forum.script-coding.com/rules.html">http://forum.script-coding.com/rules.html</a></p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2020-12-06T15:01:35Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=143940#p143940</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как сделать так, что бы горячие клавиши работали в разных окнах?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=143937#p143937" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong><br />Что не так? Код написан так как мне его удобно читать. Где написаны правила оформления кода?</p>]]></content>
			<author>
				<name><![CDATA[Vsevolod]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40918</uri>
			</author>
			<updated>2020-12-06T14:55:47Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=143937#p143937</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как сделать так, что бы горячие клавиши работали в разных окнах?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=143936#p143936" />
			<content type="html"><![CDATA[<p>Для начала вам нужно научиться правильно оформлять код в посте.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2020-12-06T14:42:54Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=143936#p143936</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Как сделать так, что бы горячие клавиши работали в разных окнах?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=143930#p143930" />
			<content type="html"><![CDATA[<p>Здравствуйте. Мне нужно сделать так что бы отдельные горячие клавиши работали в отдельном окне, а остальные во всех. И значок в области уведомлений не пропадал, что бы я мог в любой момент зайти в tray меню. Если можно так сделать то вот код:</p><div class="codebox"><pre><code>Menu, tray, NoStandard
Menu, tray, add, Перезагрузка, Reload

F1:: ;Работает только в блокноте
msgbox,,,Я работаю только в блокноте
return

Reload:
Reload
return

End:: ;Работает везде
ExitApp
return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Vsevolod]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40918</uri>
			</author>
			<updated>2020-12-06T14:23:21Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=143930#p143930</id>
		</entry>
</feed>
