<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Checkbox c 5hotkey]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=16147&amp;type=atom" />
	<updated>2021-03-05T15:02:43Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=16147</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Checkbox c 5hotkey]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=146623#p146623" />
			<content type="html"><![CDATA[<p>Интересно так выходит, спросил в почте, получил ответ - скопировал в виде ТЗ. Так дела не делаются.</p>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2021-03-05T15:02:43Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=146623#p146623</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Checkbox c 5hotkey]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=146615#p146615" />
			<content type="html"><![CDATA[<p>Это делается командой <em>Hotkey</em> (Off/On/Toggle). В русской справке описание есть.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2021-03-05T03:29:09Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=146615#p146615</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Checkbox c 5hotkey]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=146612#p146612" />
			<content type="html"><![CDATA[<p>Задача: включать / выключать перехват 5 указанных в полях ввода (hotkey) клавиш.<br />Решение: каждый контрол должен иметь свой уникальный идентификатор по которому <br />будет определение нужных сочетаний клавиш и их дальнейшее включение / выключение.<br />Как это сделать?</p><div class="codebox"><pre><code>Gui, Add, CheckBox, x12 y19 w110 h20, Включить

Gui, Add, Hotkey, x12 y49 w110 h20, 

Gui, Add, Hotkey, x12 y89 w110 h20, 

Gui, Add, Hotkey, x12 y129 w110 h20, 

Gui, Add, Hotkey, x12 y169 w110 h20,

Gui, Add, Hotkey, x12 y209 w110 h20, 

Gui, Add, Text, x132 y49 w100 h20, тест
Gui, Add, Text, x132 y89 w100 h20, тест
Gui, Add, Text, x132 y129 w100 h20, тест
Gui, Add, Text, x132 y169 w100 h20, тест
Gui, Add, Text, x132 y209 w100 h20, тест
Gui, Font, S8 CDefault, Verdana
; Generated using SmartGUI Creator for SciTE
Gui, Show, w254 h278, Untitled GUI
return

GuiClose:
ExitApp</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Sakura]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41379</uri>
			</author>
			<updated>2021-03-04T21:40:35Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=146612#p146612</id>
		</entry>
</feed>
