<?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=14665&amp;type=atom" />
	<updated>2019-03-24T07:52:38Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=14665</id>
		<entry>
			<title type="html"><![CDATA[Re: Очень срочно! AHK]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=133097#p133097" />
			<content type="html"><![CDATA[<p><span style="color: green"><strong>pSeudo</strong>, название темы должно отражать суть вопроса и <a href="http://forum.script-coding.com/viewtopic.php?id=12263">содержать префикс скриптового языка</a>. Исправьте, пожалуйста!</span></p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2019-03-24T07:52:38Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=133097#p133097</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Очень срочно! AHK]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=133095#p133095" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>pSeudo пишет:</cite><blockquote><p>Очень срочно!</p></blockquote></div><p>Серьёзно, что ли? Тогда пишите <a href="http://forum.script-coding.com/viewforum.php?id=28">здесь</a> и сразу нормальную цену называйте.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2019-03-23T20:17:25Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=133095#p133095</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Очень срочно! AHK]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=133094#p133094" />
			<content type="html"><![CDATA[<p>Код:<br /></p><div class="fancy_spoiler_switcher"><div class="fancy_spoiler_switcher_header" data-lang-open="открыть спойлер" data-lang-close="скрыть спойлер"><strong>+</strong>&nbsp;открыть спойлер</div><div class="fancy_spoiler"><div class="codebox"><pre><code>#MaxThreadsPerHotkey 2

IniRead, Key1, ahk.ini, KeyHot, Key1
IniRead, Key2, ahk.ini, KeyHot, Key2
IniRead, Key3, ahk.ini, KeyHot, Key3
IniRead, Key4, ahk.ini, KeyHot, Key4
IniRead, Key5, ahk.ini, KeyHot, Key5

Gui, Add, Hotkey, x22 y30 w120 h30 vKey1, %Key1%
Gui, Add, Hotkey, x152 y30 w120 h30 vKey2, %Key2%
Gui, Add, Hotkey, x22 y110 w120 h30 vKey3, %Key3%
Gui, Add, Hotkey, x152 y110 w120 h30 vKey4, %Key4%
Gui, Add, Hotkey, x85 y180 w120 h30 vKey5, %Key5%
Gui, Add, Text, x22 y0 w120 h30 +Center vImp, МОРГАНИЕ ФОНАРИКОМ
Gui, Add, Text, x152 y0 w120 h30 +Center, Text
Gui, Add, Text, x22 y80 w120 h30 +Center, Text
Gui, Add, Text, x152 y80 w120 h30 +Center, Text
Gui, Add, Text, x85 y150 w120 h30 +Center, Text
Gui, Add, Button, x162 y270 w110 h30 gSave,		СОХРАНИТЬ
Gui, Add, Button, x22 y270 w110 h30 gDev,		РАЗРАБОТЧИК
Gui, Show, x420 y199 h322 w294, AHK BY XCV
Return

GuiClose:
ExitApp
Imp:
{
EKEY1::
T := !T
While T{
SendInput {VK46}
sleep 15
}}

return

Save:
{
MsgBox, 64, Успешно!, Значения сохранены.
Gui Submit, NoHide
IniWrite, %Key1%, ahk.ini, KeyHot, Key1
IniWrite, %Key2%, ahk.ini, KeyHot, Key2
IniWrite, %Key3%, ahk.ini, KeyHot, Key3
IniWrite, %Key4%, ahk.ini, KeyHot, Key4
IniWrite, %Key5%, ahk.ini, KeyHot, Key5
}
return

Dev:
{
    MsgBox, 64, Привет!, Создатель скрипта: XCV Scripting (ASCARIUM LABS)
    Run, https://ascarium.com/
}
return</code></pre></div></div></div><p>Надо чтобы %Key1% шел как ХК в строку EKEY1::, помогите, пожалуйста.</p>]]></content>
			<author>
				<name><![CDATA[pSeudo]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40037</uri>
			</author>
			<updated>2019-03-23T20:13:42Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=133094#p133094</id>
		</entry>
</feed>
