<?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=12134&amp;type=atom" />
	<updated>2016-11-07T12:44:14Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=12134</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Конфликт (пересечение) горячих клавиш]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=108987#p108987" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>WheelUp::
	SendInput {scD}
Return
+WheelUp::
	SendInput {WheelUp}
Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Sgy-x2]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=32753</uri>
			</author>
			<updated>2016-11-07T12:44:14Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=108987#p108987</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Конфликт (пересечение) горячих клавиш]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=108985#p108985" />
			<content type="html"><![CDATA[<p>Необходимо, чтобы при нажатии на <em>WheelUp</em> нажималась клавиша &quot;=&quot;, а при нажатии на <em>Shift+WheelUp </em>отправлялась клавиша <em>WheelUp</em>. Сейчас, через многократное нажатие на <em>WheelUp </em>, с зажатой клавишей <em>Shift</em>, проскакивает клавиша &quot;=&quot;. Как это исправить? Спасибо!<br /></p><div class="codebox"><pre><code>
WheelUp::=
+WheelUp::WheelUp</code></pre></div>]]></content>
			<author>
				<name><![CDATA[becauseim]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33149</uri>
			</author>
			<updated>2016-11-07T10:32:26Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=108985#p108985</id>
		</entry>
</feed>
