<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Проверка на язык раскладки, или же замена символов]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=14679&amp;type=atom" />
	<updated>2019-03-31T11:59:35Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=14679</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Проверка на язык раскладки, или же замена символов]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=133258#p133258" />
			<content type="html"><![CDATA[<p><strong>serzh82saratov</strong>, огромное спасибо!</p>]]></content>
			<author>
				<name><![CDATA[LazyShadow]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40059</uri>
			</author>
			<updated>2019-03-31T11:59:35Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=133258#p133258</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Проверка на язык раскладки, или же замена символов]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=133257#p133257" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>#If IsRus()
C:: SendInput {Raw}&lt;
#If

IsRus() {
	Locale := DllCall(&quot;GetKeyboardLayout&quot;, Ptr, DllCall(&quot;GetWindowThreadProcessId&quot;, Ptr, WinExist(&quot;A&quot;), UInt, 0, Ptr), Ptr) &amp; 0xFFFF
 	Return Locale = 1049
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2019-03-31T11:51:06Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=133257#p133257</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Проверка на язык раскладки, или же замена символов]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=133255#p133255" />
			<content type="html"><![CDATA[<p>Хотел сделать мелкий скрипт, где при нажатии на &quot;с&quot; в русской раскладке будет писаться символ &quot;&lt;&quot;. скажем так, я скриптах я полный ноль, поэтому прочесываю гугл. как возможно сделать, чтобы символ менялся лишь при активной русской раскладке? Возможно, есть вариант с заменой в области самого символа, а не клавиши (простите за невразумительное объяснение)?</p>]]></content>
			<author>
				<name><![CDATA[LazyShadow]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40059</uri>
			</author>
			<updated>2019-03-31T11:43:24Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=133255#p133255</id>
		</entry>
</feed>
