<?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=12622&amp;type=atom" />
	<updated>2017-04-18T15:57:43Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=12622</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK:Индикация языка рядом с курсором стрелкой]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=115126#p115126" />
			<content type="html"><![CDATA[<p><span style="color: green">Тема закрыта.</span></p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2017-04-18T15:57:43Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=115126#p115126</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK:Индикация языка рядом с курсором стрелкой]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=115123#p115123" />
			<content type="html"><![CDATA[<p>Подсказка: <a href="http://forum.script-coding.com/search.php?advanced=1">в форумном поиске</a> используйте шаблоны.<br />Например при поиске<br /></p><div class="codebox"><pre><code>курсор язык</code></pre></div><p>тема &quot;AHK: изменение курсора в зависимости от языка ввода&quot; не находится. Но если забить </p><div class="codebox"><pre><code>курсор* язык*</code></pre></div><p>, то тема попадёт в результаты поиска.</p><br /><p>Или альтернативный вариант - используйте <a href="http://forum.script-coding.com/viewtopic.php?id=12263">поисковики</a>.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2017-04-18T15:38:13Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=115123#p115123</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK:Индикация языка рядом с курсором стрелкой]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=115121#p115121" />
			<content type="html"><![CDATA[<p><strong>ypppu</strong> , Нет не нашёл вы подсказали то что нужно спасибо.</p>]]></content>
			<author>
				<name><![CDATA[Ядрён]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30092</uri>
			</author>
			<updated>2017-04-18T14:46:59Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=115121#p115121</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK:Индикация языка рядом с курсором стрелкой]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=115113#p115113" />
			<content type="html"><![CDATA[<p><span style="color: green"><strong>Ядрён</strong>, Вы читали тему <a href="http://forum.script-coding.com/viewtopic.php?id=5108">AHK: изменение курсора в зависимости от языка ввода</a>?</span></p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2017-04-18T03:18:57Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=115113#p115113</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK:Индикация языка рядом с курсором стрелкой]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=115112#p115112" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>MouseGetPos, xpos, ypos

RU() ; Проверка языка ввода.
{
    WinID := WinExist(&quot;A&quot;)
    ThreadID := DllCall(&quot;GetWindowThreadProcessId&quot;, &quot;UInt&quot;, WinID, &quot;UInt&quot;, 0)
    InputLocaleID := DllCall(&quot;GetKeyboardLayout&quot;, &quot;UInt&quot;, ThreadID, &quot;UInt&quot;)
    If InputLocaleID = 0x4190419
        Return True
    Else
        Return False
}

loop {
  if RU() = 1
ToolTip Ru
  else if RU() = 0
ToolTip Eng
  sleep 10
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2017-04-18T02:56:39Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=115112#p115112</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK:Индикация языка рядом с курсором стрелкой]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=115111#p115111" />
			<content type="html"><![CDATA[<p>Доброго времени суток. Помогите реализовать индикацию текущего языка рядом с курсором стрелкой. Что бы при переключении языка менялась и иконка рядом с курсором на соответствующую. </p><p>Как то так.<br /></p><div class="fancy_spoiler_switcher"><div class="fancy_spoiler_switcher_header" data-lang-open="открыть спойлер" data-lang-close="скрыть спойлер"><strong>+</strong>&nbsp;открыть спойлер</div><div class="fancy_spoiler"><p>Извините за качество картинки.<br /><a href="http://radikal.ru"><span class="postimg"><img src="http://i013.radikal.ru/1704/5d/0e94d00d95f9.jpg" alt="http://i013.radikal.ru/1704/5d/0e94d00d95f9.jpg" /></span></a><a href="http://radikal.ru"><span class="postimg"><img src="http://s019.radikal.ru/i643/1704/7e/694846b7a2ad.jpg" alt="http://s019.radikal.ru/i643/1704/7e/694846b7a2ad.jpg" /></span></a></p></div></div>]]></content>
			<author>
				<name><![CDATA[Ядрён]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30092</uri>
			</author>
			<updated>2017-04-18T01:58:13Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=115111#p115111</id>
		</entry>
</feed>
