<?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=16438&amp;type=atom" />
	<updated>2021-06-21T21:51:17Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=16438</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отключить действия CapsLock.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=148559#p148559" />
			<content type="html"><![CDATA[<p>Я когда спрашивал, думал, что GetKeyState возвращает &quot;D&quot; или &quot;U&quot;, посмотрел в описание команды, а не функции. Но ваш код не решает проблему. Как я понял, она в том, что происходит нежелательное включение CapsLock.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2021-06-21T21:51:17Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=148559#p148559</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отключить действия CapsLock.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=148555#p148555" />
			<content type="html"><![CDATA[<p>Получает информацию из космоса - можно ли изменять звук клавишам &#039;WheelUp&#039; и &#039;WheelDown&#039;.<br />А если серьёзно, думаю итак понятно назначение - проверить состояние клавиши, если включен CapsLock - клавиши будут менять звук, иначе нет.</p><p>Я всего лишь предложил свой вариант, использовать нет - решает каждый сам.<br />У меня например постоянно &#039;Up&#039; и &#039;Down&#039; отвечают за изменение звука, если не нужны отключаю их по NumpadEnter.</p>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2021-06-21T21:18:33Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=148555#p148555</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отключить действия CapsLock.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=148553#p148553" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>__Михаил__ пишет:</cite><blockquote><div class="codebox"><pre><code>#If GetKeyState(&quot;CapsLock&quot;, &quot;T&quot;)</code></pre></div></blockquote></div><p>А что эта строчка делает? <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2021-06-21T19:59:12Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=148553#p148553</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отключить действия CapsLock.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=148550#p148550" />
			<content type="html"><![CDATA[<p>Думаю так будет лучше:</p><div class="codebox"><pre><code>#If GetKeyState(&quot;CapsLock&quot;, &quot;T&quot;)
WheelUp:: VOLUME_UP
WheelDown:: VOLUME_Down
#If
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2021-06-21T19:33:25Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=148550#p148550</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отключить действия CapsLock.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=148542#p148542" />
			<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>2021-06-21T11:44:00Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=148542#p148542</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отключить действия CapsLock.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=148539#p148539" />
			<content type="html"><![CDATA[<p>Но так оно навсегда выключает CapsLock.</p>]]></content>
			<author>
				<name><![CDATA[Phoenixxx_Czar]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34426</uri>
			</author>
			<updated>2021-06-21T11:40:19Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=148539#p148539</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отключить действия CapsLock.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=148538#p148538" />
			<content type="html"><![CDATA[<p>Вы можете предварительно установить CapsLock в состояние AlwaysOff (см. SetCapsLockState).</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2021-06-21T11:35:10Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=148538#p148538</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Отключить действия CapsLock.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=148533#p148533" />
			<content type="html"><![CDATA[<p>Сделал небольшую штучку, чтобы изменять громкость, но включается капслок после этого всего. Придется ли добавлять проверку на состояние капслока и выключать его, если включен?</p><div class="codebox"><pre><code>CapsLock &amp; WheelUp:: VOLUME_UP

CapsLock &amp; WheelDown:: VOLUME_Down</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Phoenixxx_Czar]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34426</uri>
			</author>
			<updated>2021-06-21T08:20:27Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=148533#p148533</id>
		</entry>
</feed>
