<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Переключение между окнами и нажатие «F1»]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=8676&amp;type=atom" />
	<updated>2013-10-30T14:39:58Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=8676</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Переключение между окнами и нажатие «F1»]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=76717#p76717" />
			<content type="html"><![CDATA[<p>Есть в последних версиях спец. реализация ALT+TAB и схожих сочетаний </p><div class="quotebox"><blockquote><p>AltTab and ShiftAltTab are two of the special commands that are only recognized when used on the same line as a hotkey. Here is the complete list:</p><p>AltTab: If the alt-tab menu is visible, move forward in it. Otherwise, display the menu (only if the hotkey is an &quot;&amp;&quot; combination of two keys; otherwise, it does nothing).</p><p>ShiftAltTab: Same as above except move backward in the menu.</p><p>AltTabAndMenu: If the alt-tab menu is visible, move forward in it. Otherwise, display the menu.</p><p>AltTabMenuDismiss: Close the Alt-tab menu.</p></blockquote></div>]]></content>
			<author>
				<name><![CDATA[Indomito]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27285</uri>
			</author>
			<updated>2013-10-30T14:39:58Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=76717#p76717</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Переключение между окнами и нажатие «F1»]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=75697#p75697" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>#IfWinActive A
~!vk0x9:: ;ALT+TAB
SoundPlay %A_WinDir%\Media\ding.wav
Send {vk70} ;F1
Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[h010key]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27662</uri>
			</author>
			<updated>2013-10-03T09:26:13Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=75697#p75697</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Переключение между окнами и нажатие «F1»]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=75441#p75441" />
			<content type="html"><![CDATA[<p>Доброго времени суток.<br />Возник вопрос и надобность скрипта, прошу помощи уважаемых умельцев соченить, если конечно-же такое возможно.<br />Хотелось бы иметь такую програмку которая будет - переключаться между открытыми-активными окнами, <br />тоесть альт-табаться и после каждого альт таба нажимать f1</p>]]></content>
			<author>
				<name><![CDATA[tosina]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30781</uri>
			</author>
			<updated>2013-09-17T19:58:27Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=75441#p75441</id>
		</entry>
</feed>
