<?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=8998&amp;type=atom" />
	<updated>2013-12-22T22:11:57Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=8998</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Задать горячие клавиши паузы скрипта]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=78434#p78434" />
			<content type="html"><![CDATA[<p>Большое спасибо</p>]]></content>
			<author>
				<name><![CDATA[Ядрён]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30092</uri>
			</author>
			<updated>2013-12-22T22:11:57Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=78434#p78434</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Задать горячие клавиши паузы скрипта]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=78393#p78393" />
			<content type="html"><![CDATA[<p>Если взять за основу код из #1, то хоткей из списка можно задать так, например:<br /></p><div class="codebox"><pre><code>suspend = 7
Hotkey, %suspend%, suspend
Gui, Color, B0C4DE 
Gui, Add, DropDownList, vSend gDropDownList w100,F1|F2|F3|F4|F5|1|2|3|4|5|
Gui, Add, DropDownList, vsuspend gDropDownList w100,RButton|MButton|9|8|7|
Gui, Add, Button, w100 gОК, ОК
Gui, Show,
Return

suspend:
suspend, on
Return

F12::
Send, %key1%
Return

DropDownList:
Return
ОК:
Hotkey, %suspend%, off
Gui Submit, NoHide
sleep 20
Hotkey, %suspend%, suspend
key1 = %Send%
Return
GuiClose:
ExitApp</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Irbis]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27384</uri>
			</author>
			<updated>2013-12-21T20:21:50Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=78393#p78393</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Задать горячие клавиши паузы скрипта]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=78386#p78386" />
			<content type="html"><![CDATA[<p>Я уже 3 часа сижу и ничего не понял пните в нужную сторону</p>]]></content>
			<author>
				<name><![CDATA[Ядрён]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30092</uri>
			</author>
			<updated>2013-12-21T17:40:01Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=78386#p78386</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Задать горячие клавиши паузы скрипта]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=78356#p78356" />
			<content type="html"><![CDATA[<p>Борьба с ленью и неграмотностью Вам поможет. Читайте документацию дальше.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2013-12-21T05:44:06Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=78356#p78356</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Задать горячие клавиши паузы скрипта]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=78350#p78350" />
			<content type="html"><![CDATA[<p>Доброго времени суток . Посмотрел вкладку &quot;Hotkey&quot; , и вот что пришло в голову , но так не работает подскажите где ошибка.</p><div class="codebox"><pre><code>Gui, Add, Hotkey, vMyHotkey, 
GUI, Show,
Return
MyHotkey:
Suspend
Return
GuiClose:
ExitApp</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Ядрён]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30092</uri>
			</author>
			<updated>2013-12-20T20:24:41Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=78350#p78350</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Задать горячие клавиши паузы скрипта]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=78235#p78235" />
			<content type="html"><![CDATA[<p>Для задания горячей клавиши используется команда <em>Hotkey</em>. Для GUI существует элемент управления &quot;Hotkey&quot;.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2013-12-19T03:19:44Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=78235#p78235</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Задать горячие клавиши паузы скрипта]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=78234#p78234" />
			<content type="html"><![CDATA[<p>Спасибо ,я отредактировал заголовок и задал вопрос более корректно.</p>]]></content>
			<author>
				<name><![CDATA[Ядрён]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30092</uri>
			</author>
			<updated>2013-12-18T21:36:09Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=78234#p78234</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Задать горячие клавиши паузы скрипта]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=78114#p78114" />
			<content type="html"><![CDATA[<p><strong>Ядрён</strong>, Вам не отвечают потому, что вопрос задан очень невнятно. Непонятно, в чём главная проблема — как задать горячую клавишу для паузы, или как поменять содержание списка в DDL? Кроме того, приведённый код довольно бредовый (например, что должна делать команда <em>Hotkey, %key%, Suspend, on</em>? Зачем там <em>WinMinimize</em>?), и абсолютно не демонстрирует вопрос.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2013-12-14T14:47:28Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=78114#p78114</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Задать горячие клавиши паузы скрипта]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=78004#p78004" />
			<content type="html"><![CDATA[<p>Доброго времени суток. Помогите задать горячие клавиши для паузы скрипта . Как сделать так что бы можно было выбрать горячую клавишу для &quot;suspend, on&quot; из списка &quot;DropDownList&quot;.Что бы скрипт становился на паузу при выборе в &quot;DropDownLis&quot; одной из этих кнопок - RButton,MButton,9,8,7.</p><br /><div class="codebox"><pre><code>Gui, Color, B0C4DE 
Gui, Add, DropDownList, vSend gDropDownList w100,F1|F2|F3|F4|F5|1|2|3|4|5|
Gui, Add, DropDownList, vsuspend gDropDownList w100,RButton|MButton|9|8|7|
Gui, Add, Button, w100 gОК, ОК
Gui, Show,
Return

7::suspend, on

F12::
Send, %key1%
Return

DropDownList:
Return
ОК:
Gui Submit, NoHide
key1 = %Send%
Return
GuiClose:
ExitApp</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Ядрён]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30092</uri>
			</author>
			<updated>2013-12-11T08:43:51Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=78004#p78004</id>
		</entry>
</feed>
