<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Проблема Duplicate hotkey]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=11170</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=11170&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Проблема Duplicate hotkey».]]></description>
		<lastBuildDate>Wed, 23 Dec 2015 00:50:05 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Проблема Duplicate hotkey]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=99880#p99880</link>
			<description><![CDATA[<div class="codebox"><pre><code>global var = 1
#If WinActive(&quot;ahk_exe Skype.exe&quot;) and (var = 1)
$*vk52::																	; R Key
ToolTip, 1
Return
#If

#If WinActive(&quot;ahk_exe Skype.exe&quot;) and (var != 1)
$*vk52::Return														; R Key
#If</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Malcev)]]></author>
			<pubDate>Wed, 23 Dec 2015 00:50:05 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=99880#p99880</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Проблема Duplicate hotkey]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=99879#p99879</link>
			<description><![CDATA[<div class="codebox"><pre><code>
global var = 1
#If WinActive(&quot;ahk_exe Skype.exe&quot;) 
If (var = 1)
{
$*vk52::																	; R Key
ToolTip, 1
Return
}
else
$*vk52::Return														; R Key
#If</code></pre></div><p>Как в таком случае избежать ошибки? Можно под горячую клавишу записывать условие If var, но такой вариант мне не подходит.</p>]]></description>
			<author><![CDATA[null@example.com (Странникх)]]></author>
			<pubDate>Wed, 23 Dec 2015 00:00:30 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=99879#p99879</guid>
		</item>
	</channel>
</rss>
