<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: раскладкозависимость, подавление ошибок, хоткей вида ctrl-a-b]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=11589</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=11589&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: раскладкозависимость, подавление ошибок, хоткей вида ctrl-a-b».]]></description>
		<lastBuildDate>Sat, 04 Jun 2016 15:57:58 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: раскладкозависимость, подавление ошибок, хоткей вида ctrl-a-b]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=104705#p104705</link>
			<description><![CDATA[<p>Ок! <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /></p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Sat, 04 Jun 2016 15:57:58 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=104705#p104705</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: раскладкозависимость, подавление ошибок, хоткей вида ctrl-a-b]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=104699#p104699</link>
			<description><![CDATA[<p>А вдруг твой код к какому-нибудь мумба-юмба попадёт? Чем он виноват-то? <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /> Да и полезно (на всякий случай) знать, где должен находиться sublanguage ID. Где гарантия, что завтра это тебе или кому ещё не понадобится? А твой код с 0x3FF будет на это прозрачно намекать.</p>]]></description>
			<author><![CDATA[null@example.com (YMP)]]></author>
			<pubDate>Sat, 04 Jun 2016 15:29:09 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=104699#p104699</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: раскладкозависимость, подавление ошибок, хоткей вида ctrl-a-b]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=104695#p104695</link>
			<description><![CDATA[<p>PrimLangID у русского и английского завтра не изменится, а они оба в пределах 0xFF.</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Sat, 04 Jun 2016 15:14:21 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=104695#p104695</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: раскладкозависимость, подавление ошибок, хоткей вида ctrl-a-b]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=104694#p104694</link>
			<description><![CDATA[<p>Сегодня подойдёт, а завтра? Поэтому и рекомендуется избегать таких решений.</p>]]></description>
			<author><![CDATA[null@example.com (YMP)]]></author>
			<pubDate>Sat, 04 Jun 2016 15:07:55 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=104694#p104694</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: раскладкозависимость, подавление ошибок, хоткей вида ctrl-a-b]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=104690#p104690</link>
			<description><![CDATA[<p>А, да, теперь верю. <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /> Значит, правильно так:<br /></p><div class="codebox"><pre><code>PrimLangID := DllCall(&quot;GetKeyboardLayout&quot;, Ptr, DllCall(&quot;GetWindowThreadProcessId&quot;, Ptr, WinExist(&quot;A&quot;), UInt, 0, Ptr), Ptr) &amp; 0x3FF
MsgBox, % PrimLangID = 0x09 ? &quot;En&quot; : &quot;Ru&quot;</code></pre></div><p>Но практически предыдущий вариант с 0xFF тоже подойдёт.</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Sat, 04 Jun 2016 14:48:02 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=104690#p104690</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: раскладкозависимость, подавление ошибок, хоткей вида ctrl-a-b]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=104667#p104667</link>
			<description><![CDATA[<p>Просто рисунок слегка двусмысленный. Вот смотри.<br /></p><div class="codebox"><pre><code>
SetFormat, Integer, Hex
Lang = 9
SubLang = 1
MsgBox, % SubLang &lt;&lt; 10 | Lang
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (YMP)]]></author>
			<pubDate>Sat, 04 Jun 2016 03:30:12 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=104667#p104667</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: раскладкозависимость, подавление ошибок, хоткей вида ctrl-a-b]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=104665#p104665</link>
			<description><![CDATA[<p>Вижу там, что SubLanguage ID начинается от 9 бита.</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Sat, 04 Jun 2016 02:20:11 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=104665#p104665</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: раскладкозависимость, подавление ошибок, хоткей вида ctrl-a-b]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=104664#p104664</link>
			<description><![CDATA[<p>По документации Майкрософта: <a href="https://msdn.microsoft.com/en-us/library/windows/desktop/dd318691(v=vs.85).aspx">Language Indentifiers</a>.</p>]]></description>
			<author><![CDATA[null@example.com (YMP)]]></author>
			<pubDate>Sat, 04 Jun 2016 01:47:08 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=104664#p104664</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: раскладкозависимость, подавление ошибок, хоткей вида ctrl-a-b]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=104659#p104659</link>
			<description><![CDATA[<p>Почему десять-то? <a href="https://msdn.microsoft.com/en-us/library/cc195085.aspx">Вот таблица</a>.</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Fri, 03 Jun 2016 17:57:19 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=104659#p104659</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: раскладкозависимость, подавление ошибок, хоткей вида ctrl-a-b]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=104657#p104657</link>
			<description><![CDATA[<p>Точнее, первые 10 битов.<br /></p><div class="codebox"><pre><code>
+-------------------------+-------------------------+
|     SubLanguage ID      |   Primary Language ID   |
+-------------------------+-------------------------+
15                    10  9                         0   bit

</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (YMP)]]></author>
			<pubDate>Fri, 03 Jun 2016 17:04:01 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=104657#p104657</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: раскладкозависимость, подавление ошибок, хоткей вида ctrl-a-b]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=104656#p104656</link>
			<description><![CDATA[<p>Да, судя по всему, последнего байта достаточно, так что:<br /></p><div class="codebox"><pre><code>PrimLangID := DllCall(&quot;GetKeyboardLayout&quot;, Ptr, DllCall(&quot;GetWindowThreadProcessId&quot;, Ptr, WinExist(&quot;A&quot;), UInt, 0, Ptr), Ptr) &amp; 0xFF
MsgBox, % PrimLangID = 0x09 ? &quot;En&quot; : &quot;Ru&quot;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Fri, 03 Jun 2016 16:58:29 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=104656#p104656</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: раскладкозависимость, подавление ошибок, хоткей вида ctrl-a-b]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=104455#p104455</link>
			<description><![CDATA[<p>Понятно. Кстати, у языков ведь тоже есть разновидности. 0x409 — это не просто En, а En-US. 0x419 — это Ru-Ru. Есть ещё, оказывается, 0x819, русский в Молдавии. Так что верхнюю часть младшего слова тоже нужно отрезать.</p>]]></description>
			<author><![CDATA[null@example.com (YMP)]]></author>
			<pubDate>Tue, 31 May 2016 02:31:57 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=104455#p104455</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: раскладкозависимость, подавление ошибок, хоткей вида ctrl-a-b]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=104449#p104449</link>
			<description><![CDATA[<p>У меня как раз в связи с <a href="http://forum.script-coding.com/viewtopic.php?id=10401">этой</a> проблемой две русских. Использую модифицированную, но старую не удалил на всякий случай.</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Mon, 30 May 2016 18:09:06 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=104449#p104449</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: раскладкозависимость, подавление ошибок, хоткей вида ctrl-a-b]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=104444#p104444</link>
			<description><![CDATA[<p>В принципе, может, и много, но на практике одна. Ну зачем тебе, к примеру, раскладка Дворжака на английском? Или на русском какая-нибудь &quot;Машинопись&quot;?</p>]]></description>
			<author><![CDATA[null@example.com (YMP)]]></author>
			<pubDate>Mon, 30 May 2016 16:01:24 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=104444#p104444</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: раскладкозависимость, подавление ошибок, хоткей вида ctrl-a-b]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=104442#p104442</link>
			<description><![CDATA[<div class="quotebox"><cite>YMP пишет:</cite><blockquote><p><strong>teadrinker</strong><br />Ну, тогда это не раскладка, а язык.</p></blockquote></div><p>Ну да, раскладок-то всяких много может быть, всех не учтёшь.</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Mon, 30 May 2016 14:01:36 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=104442#p104442</guid>
		</item>
	</channel>
</rss>
