<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Включение и отключение скрипта на клавишу Capslock]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=15361&amp;type=atom" />
	<updated>2020-05-23T09:12:19Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=15361</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Включение и отключение скрипта на клавишу Capslock]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=139676#p139676" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>~LButton::
Suspend
Pause,,1
 Send, {LButton}
 Return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[EV]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40256</uri>
			</author>
			<updated>2020-05-23T09:12:19Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=139676#p139676</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Включение и отключение скрипта на клавишу Capslock]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=139551#p139551" />
			<content type="html"><![CDATA[<p>Проверить, нажата ли клавиша CapsLock можно так:<br /></p><div class="codebox"><pre><code>state := GetKeyState(&quot;CapsLock&quot;, &quot;T&quot;)
msgbox % state</code></pre></div>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2020-05-15T16:53:28Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=139551#p139551</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Включение и отключение скрипта на клавишу Capslock]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=139526#p139526" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>
sc3A:: Pause
LButton::

   Loop
      {
         Send, {LButton}
         Sleep, 1               
         If GetKeyState(&quot;LButton&quot;, &quot;P&quot;) = 0
            Break
      }
   Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[efremov30ev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40687</uri>
			</author>
			<updated>2020-05-15T03:45:29Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=139526#p139526</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Включение и отключение скрипта на клавишу Capslock]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=139523#p139523" />
			<content type="html"><![CDATA[<p>Уточните, что вы имеете в виду под «отключением» скрипта.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2020-05-14T22:20:49Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=139523#p139523</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Включение и отключение скрипта на клавишу Capslock]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=139513#p139513" />
			<content type="html"><![CDATA[<p>Здраствуйте все! Мне нужна помощь. Нужно сделать включение и отключение скрипта на клавишу Capslock. Но эту функцию требуется добавить в этот скрипт:</p><div class="codebox"><pre><code>LButton::

   Loop
      {
         Send, {LButton}
         Sleep, 1               
         If GetKeyState(&quot;LButton&quot;, &quot;P&quot;) = 0
            Break
      }
   Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[humanke]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40823</uri>
			</author>
			<updated>2020-05-14T12:39:36Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=139513#p139513</id>
		</entry>
</feed>
