<?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=6091&amp;type=atom" />
	<updated>2011-09-22T19:19:48Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=6091</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Горячие клавиши — F1+Буква]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=51752#p51752" />
			<content type="html"><![CDATA[<p>Раскладку, кстати можно переключать (в коде) до и после действия.</p>]]></content>
			<author>
				<name><![CDATA[DD]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25263</uri>
			</author>
			<updated>2011-09-22T19:19:48Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=51752#p51752</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Горячие клавиши — F1+Буква]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=50454#p50454" />
			<content type="html"><![CDATA[<p>Ясно, спасибо.</p>]]></content>
			<author>
				<name><![CDATA[DD]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25263</uri>
			</author>
			<updated>2011-08-08T08:46:14Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=50454#p50454</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Горячие клавиши — F1+Буква]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=50447#p50447" />
			<content type="html"><![CDATA[<p>Не вижу способа сохранить принцип и работоспособность представленного кода в различных раскладках без избыточности.<br />Как альтернативу использования конструкции&nbsp; F1 &amp; vkXX предложу:<br /></p><div class="codebox"><pre><code>
hkeys:
Hotkey, vk41,toggle
Hotkey, vk43,toggle
Hotkey, vk44,toggle
Hotkey, vk4D,toggle
Hotkey, vk57,toggle
return

$F1::Gosub hkeys

$F1 up::
if A_PriorHotkey = $F1
   Send {F1}
Gosub hkeys
Return

vk41::RUN, explorer.exe ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}
vk43::RUN, explorer.exe c:
vk44::RUN, explorer.exe d:
vk4D::RUN, explorer.exe %A_MYDOCUMENTS%
vk57::RUN, explorer.exe %A_WINDIR%</code></pre></div>]]></content>
			<author>
				<name><![CDATA[creature.ws]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26105</uri>
			</author>
			<updated>2011-08-08T07:17:13Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=50447#p50447</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Горячие клавиши — F1+Буква]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=50441#p50441" />
			<content type="html"><![CDATA[<p>Судя по ответу из 2-го — поняли правильно. Попытаюсь, тем не менее, в меру таланта, сделать перевод (не оч качественный), с языка образов (тоже не ахти какого).<br />Видите ли, при активной русской раскладке, горячие клавиши перестают работать.<br />А надо чтоб работали, не переставая.</p>]]></content>
			<author>
				<name><![CDATA[DD]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25263</uri>
			</author>
			<updated>2011-08-07T17:09:08Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=50441#p50441</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Горячие клавиши — F1+Буква]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=50435#p50435" />
			<content type="html"><![CDATA[<p>Я не совсем понял в чем проблема скрипта из 1 поста. Подробнее можно?</p>]]></content>
			<author>
				<name><![CDATA[InFlames]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24849</uri>
			</author>
			<updated>2011-08-07T07:47:12Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=50435#p50435</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Горячие клавиши — F1+Буква]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=50415#p50415" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong>, я трезвенник. Сам-то, поди, чайку потягиваешь?<br /><strong>InFlames</strong>, признаться, такой разогрев мне не очень по душе, — хотелось сохранить принцип представленного мной кода.<br />Теперь я знаю как стать Разработчиком <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" />.</p>]]></content>
			<author>
				<name><![CDATA[DD]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25263</uri>
			</author>
			<updated>2011-08-05T16:26:18Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=50415#p50415</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Горячие клавиши — F1+Буква]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=50405#p50405" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>InFlames пишет:</cite><blockquote><p>Попробуйте согреть их теплом своего тела и добрыми словами. Ни в коем случае не используйте открытый огонь. Это опасно!</p></blockquote></div><p>OFF: Всё-таки <strong>InFlames</strong> добрый! А я, каюсь, хотел посоветовать воспользоваться спиртовкой!</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2011-08-05T09:04:50Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=50405#p50405</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Горячие клавиши — F1+Буква]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=50404#p50404" />
			<content type="html"><![CDATA[<p>Попробуйте согреть их теплом своего тела и добрыми словами. Ни в коем случае не используйте открытый огонь. Это опасно!<br />А лучше задать хоткеи в виде </p><div class="codebox"><pre><code>F1 &amp; VKXX::действие</code></pre></div><p>, где VKXX нужный виртуальный код клавиш a,c,d,m,w.</p>]]></content>
			<author>
				<name><![CDATA[InFlames]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24849</uri>
			</author>
			<updated>2011-08-05T08:41:11Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=50404#p50404</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Горячие клавиши — F1+Буква]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=50399#p50399" />
			<content type="html"><![CDATA[<p>При активном русском языке ввода, горячие клавиши в нижепредставленном быстро остывают.<br /></p><div class="codebox"><pre><code>;Жмите, пожалуйста: F1+A/C/D/M/W
#UseHook  ;здесь при нём должен быть
$F1::
INPUT, SecondKey, T1 L1
IF ErrorLevel = Timeout
  SEND, {F1}
IF ErrorLevel &lt;&gt; 0
  {
  IFEQUAL, SecondKey, a, RUN, explorer.exe ::{20D04FE0-3AEA-1069-A2D8-08002B30309D} ; my computer
  IFEQUAL, SecondKey, c, RUN, explorer.exe c:
  IFEQUAL, SecondKey, d, RUN, explorer.exe d:
  IFEQUAL, SecondKey, m, RUN, explorer.exe %A_MYDOCUMENTS%
  IFEQUAL, SecondKey, w, RUN, explorer.exe %A_WINDIR%
  }
RETURN</code></pre></div><p>Есть ли способ поддерживать температуру постоянной?</p>]]></content>
			<author>
				<name><![CDATA[DD]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=25263</uri>
			</author>
			<updated>2011-08-05T05:39:49Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=50399#p50399</id>
		</entry>
</feed>
