<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: HotKey]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=11686&amp;type=atom" />
	<updated>2016-06-07T17:31:18Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=11686</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: HotKey]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=104891#p104891" />
			<content type="html"><![CDATA[<p>Спасибо, огромное. Вышел на прогулку понял в чем проблема, прихожу смотрю в тему решение точно такое же, в общем спасибо!</p>]]></content>
			<author>
				<name><![CDATA[Fionor]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33945</uri>
			</author>
			<updated>2016-06-07T17:31:18Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=104891#p104891</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: HotKey]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=104890#p104890" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2016-06-07T17:14:28Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=104890#p104890</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: HotKey]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=104881#p104881" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Fionor]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33945</uri>
			</author>
			<updated>2016-06-07T14:32:49Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=104881#p104881</id>
		</entry>
</feed>
