<?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="http://forum.script-coding.com/extern.php?action=feed&amp;tid=17556&amp;type=atom" />
	<updated>2023-01-15T14:06:38Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=17556</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Комбинация клавиш]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=156390#p156390" />
			<content type="html"><![CDATA[<p><strong>Andreyka</strong>, вопросы по играм должны быть в соответствующей ветке, перенёс.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2023-01-15T14:06:38Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=156390#p156390</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Комбинация клавиш]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=156359#p156359" />
			<content type="html"><![CDATA[<p>Уже сам нашел решение, можете проверить правильно ли?<br /></p><div class="codebox"><pre><code>LShift &amp; T::        
Lable1:
 { 
       Sleep, 100 
 SendInput, {vk54}       
 } 
Lable2:
 { 
       Sleep, 500 
 Send, {vkBF}{vk46}{vk42}{vk20}       
 }
return
F3::ExitApp
</code></pre></div><p>Делал для гта5 рп, что бы при нажатии открывался чат уже с сразу введённой командой /fb.</p>]]></content>
			<author>
				<name><![CDATA[Andreyka]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=42970</uri>
			</author>
			<updated>2023-01-14T23:01:20Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=156359#p156359</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Комбинация клавиш]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=156358#p156358" />
			<content type="html"><![CDATA[<p><strong>Andreyka</strong>, добро пожаловать на форум! Ознакомьтесь, пожалуйста, с <a href="https://forum.script-coding.com/misc.php?action=rules">Правилами</a>, отредактируйте свой пост. Обратите внимание на <a href="https://forum.script-coding.com/misc.php?action=rules#literacy">точки</a> в конце предложений.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2023-01-14T22:13:13Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=156358#p156358</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Комбинация клавиш]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=156357#p156357" />
			<content type="html"><![CDATA[<p>Как сделать начало кода что бы оно начиналось с комбинации клавиш(Выдаёт ошибку).</p><div class="codebox"><pre><code>$vkA0 &amp; $vk54::        
 Loop:
 { 
       Sleep, 50 
 Send, {vkBF}{vk46}{vk42}{vk20}       
 }
F3::ExitApp</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Andreyka]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=42970</uri>
			</author>
			<updated>2023-01-14T22:05:35Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=156357#p156357</id>
		</entry>
</feed>
