<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: HotKey]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=11686</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=11686&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: HotKey».]]></description>
		<lastBuildDate>Tue, 07 Jun 2016 17:31:18 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: HotKey]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=104891#p104891</link>
			<description><![CDATA[<p>Спасибо, огромное. Вышел на прогулку понял в чем проблема, прихожу смотрю в тему решение точно такое же, в общем спасибо!</p>]]></description>
			<author><![CDATA[null@example.com (Fionor)]]></author>
			<pubDate>Tue, 07 Jun 2016 17:31:18 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=104891#p104891</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: HotKey]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=104890#p104890</link>
			<description><![CDATA[<div class="codebox"><pre><code>IniRead, Key, keys.ini, KEYS, Key
Gui, Add, Button, x302 y369 w130 h30 gok, Сохранить
Gui, Add, Hotkey, x362 y249 w80 h30 vkey, %Key%
Gui, Show, x338 y134 h429 w479, ahk
return
ok:
Hotkey, %key%, off, UseErrorLevel
GuiControlGet, key
Hotkey, %key%, start, on UseErrorLevel 
return
start:
MsgBox, Активирован!
return</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (serzh82saratov)]]></author>
			<pubDate>Tue, 07 Jun 2016 17:14:28 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=104890#p104890</guid>
		</item>
		<item>
			<title><![CDATA[AHK: HotKey]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=104881#p104881</link>
			<description><![CDATA[<p>Есть часть скрипта </p><div class="codebox"><pre><code>
IniRead, Key, keys.ini, KEYS, Key
Gui, Add, Button, x302 y369 w130 h30 gok, Сохранить
Gui, Add, Hotkey, x362 y249 w80 h30 vkey, %Key%
Gui, Show, x338 y134 h429 w479, ahk
return
ok:
GuiControlGet, key
Hotkey, %key%, off, UseErrorLevel
Hotkey, %key%, start, UseErrorLevel
Hotkey, %key%, on, UseErrorLevel
return
start:
MsgBox, Активирован!
return
</code></pre></div><p>При запуске скрипта, подгрузка клавиши работает нормально. Когда я сменю ее и нажму кнопку &quot;Сохранить&quot;, то будет работать и новая клавиша и старая. Каким образом это можно пофиксить без перезагрузки скрипта?</p>]]></description>
			<author><![CDATA[null@example.com (Fionor)]]></author>
			<pubDate>Tue, 07 Jun 2016 14:32:49 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=104881#p104881</guid>
		</item>
	</channel>
</rss>
