<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AutoHotkey: настройка мыши в браузере IE для переходов вперёд-назад]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=60&amp;type=atom" />
	<updated>2006-07-16T11:30:58Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=60</id>
		<entry>
			<title type="html"><![CDATA[AutoHotkey: настройка мыши в браузере IE для переходов вперёд-назад]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=88#p88" />
			<content type="html"><![CDATA[<p>При нажатой правой кнопке мыши нажать на левую - действие &quot;назад&quot;, при нажатой левой кнопке нажать на правую - действие &quot;вперёд&quot;.<br /></p><div class="codebox"><pre><code>#IfWinActive ahk_class IEFrame
~LButton &amp; RButton:: Send, {AltDown}{Right}{AltUp} ; вперед
RButton &amp; LButton:: Send, {AltDown}{Left}{AltUp} ; назад
$RButton:: Send, {RButton}</code></pre></div><p>Идею предложил <strong>Androgen</strong>.</p>]]></content>
			<author>
				<name><![CDATA[The gray Cardinal]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=2</uri>
			</author>
			<updated>2006-07-16T11:30:58Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=88#p88</id>
		</entry>
</feed>
