<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Проверка на язык раскладки, или же замена символов]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=14679</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=14679&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Проверка на язык раскладки, или же замена символов».]]></description>
		<lastBuildDate>Sun, 31 Mar 2019 11:59:35 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Проверка на язык раскладки, или же замена символов]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=133258#p133258</link>
			<description><![CDATA[<p><strong>serzh82saratov</strong>, огромное спасибо!</p>]]></description>
			<author><![CDATA[null@example.com (LazyShadow)]]></author>
			<pubDate>Sun, 31 Mar 2019 11:59:35 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=133258#p133258</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Проверка на язык раскладки, или же замена символов]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=133257#p133257</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (serzh82saratov)]]></author>
			<pubDate>Sun, 31 Mar 2019 11:51:06 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=133257#p133257</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Проверка на язык раскладки, или же замена символов]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=133255#p133255</link>
			<description><![CDATA[<p>Хотел сделать мелкий скрипт, где при нажатии на &quot;с&quot; в русской раскладке будет писаться символ &quot;&lt;&quot;. скажем так, я скриптах я полный ноль, поэтому прочесываю гугл. как возможно сделать, чтобы символ менялся лишь при активной русской раскладке? Возможно, есть вариант с заменой в области самого символа, а не клавиши (простите за невразумительное объяснение)?</p>]]></description>
			<author><![CDATA[null@example.com (LazyShadow)]]></author>
			<pubDate>Sun, 31 Mar 2019 11:43:24 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=133255#p133255</guid>
		</item>
	</channel>
</rss>
