<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Задать горячие клавиши посредством ComboBox]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=9261</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=9261&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Задать горячие клавиши посредством ComboBox».]]></description>
		<lastBuildDate>Mon, 17 Feb 2014 17:03:32 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Задать горячие клавиши посредством ComboBox]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=80138#p80138</link>
			<description><![CDATA[<p>Вот додумался сам , но работает как то криво подскажите как оптимизировать.Не могу понять как&nbsp; добавить &quot;*~&quot;перед горячей клавишей.<br /></p><div class="codebox"><pre><code>#SingleInstance force
#Persistent
#NoEnv
SendMode Input
SetBatchLines, -1
#MaxHotkeysPerInterval
#HotkeyInterval, -1

DllCall(&quot;LoadKeyboardLayout&quot;, &quot;Str&quot;, &quot;00000409&quot;, &quot;Int&quot;, 1)
Gui, Color, E2E2E2
gui, font, cBlue s10
Gui, Add, Text,, измененение кнопки управления
Gui, Font, norm
Gui, Add, ComboBox, vHotkey1, LButton|MButton|XButton1|
Gui, Font, underline
Gui, Add, Button, w100 gOK, OK
Gui, Show,
Return

~vk79::
Suspend, Off
ExitApp
Return

HKLabel:
while GetKeyState(&quot;LButton&quot;,&quot;P&quot;)
{
Click 2
}
Return

ComboBox:
Return
OK:
Gui Submit, NoHide
GuiControlGet, Hotkey
Hotkey, % Hotkey1, HKLabel, UseErrorLevel
Return
GuiClose:
ExitApp</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Ядрён)]]></author>
			<pubDate>Mon, 17 Feb 2014 17:03:32 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=80138#p80138</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Задать горячие клавиши посредством ComboBox]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=80071#p80071</link>
			<description><![CDATA[<p>Доброго времени суток.Помогите задать горячие клавиши посредством &quot;ComboBox&#039;&#039;.<br />Код предоставленный ниже не работает.</p><div class="codebox"><pre><code>Gui, Color, 74B83E
gui, font, cBlue s10
Gui, Add, ComboBox,  vHotkey gDropDownList  w100, lbutton||Mbutton|XButton1|
Gui, Add, Button, w100 gOK, OK
Gui, Show,
Return

~vk78::
Suspend, toggle
return

*~lbutton::
while GetKeyState(&quot;LButton&quot;,&quot;P&quot;)
{

Click 2
}
Return
ComboBox:
Return
OK:
Gui Submit, NoHide
lbutton = %Hotkey%
WinMinimize
Return
GuiClose:
ExitApp</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Ядрён)]]></author>
			<pubDate>Fri, 14 Feb 2014 20:00:02 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=80071#p80071</guid>
		</item>
	</channel>
</rss>
