<?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=9868&amp;type=atom" />
	<updated>2014-08-05T13:44:10Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=9868</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: При выборе горячей клавиши эта клавиша не печатает в чате]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=85644#p85644" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Странникх пишет:</cite><blockquote><div class="codebox"><pre><code>$vk7A::
Send {vk7A}</code></pre></div></blockquote></div><p>Тут как раз всё нормально. А вот&nbsp; с &quot;HKLabel:&quot; никак не могу разобраться&nbsp; как подставить (*~), ведь не напишешь *~HKLabel:&nbsp; .</p>]]></content>
			<author>
				<name><![CDATA[Ядрён]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30092</uri>
			</author>
			<updated>2014-08-05T13:44:10Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=85644#p85644</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: При выборе горячей клавиши эта клавиша не печатает в чате]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=85625#p85625" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>$vk7A::
Send {vk7A}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Странникх]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30605</uri>
			</author>
			<updated>2014-08-04T23:09:10Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=85625#p85625</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: При выборе горячей клавиши эта клавиша не печатает в чате]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=85624#p85624" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>~vk7A::</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Dworkin]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27052</uri>
			</author>
			<updated>2014-08-04T21:23:27Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=85624#p85624</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: При выборе горячей клавиши эта клавиша не печатает в чате]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=85623#p85623" />
			<content type="html"><![CDATA[<p>Доброго времени суток. При нажатии на горячую клавишу скрипт становиться на паузу, но эта кнопка не печатается в чате , при работе скрипта . Подскажите как сделать&nbsp; так чтобы кнопка печаталась при работе скрипта. </p><div class="codebox"><pre><code>DllCall(&quot;LoadKeyboardLayout&quot;, &quot;Str&quot;, &quot;00000409&quot;, &quot;Int&quot;, 1)
Gui, Color, 9CEE90
Gui, Font, s11 Bold, Cambria
Gui, Add, Hotkey, x58 y80 w30 h20 vHotkey1,G
Gui, Add, Button, x127 y80 w30 h20 gOK,OK
Gui, Show,
return

vk7A::
WinMinimize, Warface
Suspend, On
return

HKLabel:
Suspend, On
KeyWait, LButton, D
Suspend, Off
return

*~WheelUp::
Suspend, Off
Return

*~vk1::
while GetKeyState(&quot;vk1&quot;,&quot;P&quot;)
{
MouseMove, 1, 1, 60, R
}
Return

OK:
Gui Submit, NoHide
WinRestore, Warface
GuiControlGet, Hotkey1
Hotkey, % Hotkey1, HKLabel, *~UseErrorLevel
Return
Return
GuiClose:
ExitApp</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Ядрён]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30092</uri>
			</author>
			<updated>2014-08-04T20:05:24Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=85623#p85623</id>
		</entry>
</feed>
