<?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=18102&amp;type=atom" />
	<updated>2024-02-18T19:16:57Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=18102</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: заглавная буква после каждого пробела]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=160360#p160360" />
			<content type="html"><![CDATA[<p>Можно так:<br /></p><div class="codebox"><pre><code>~Space Up::
    hook := InputHook()
    hook.OnChar := Func(&quot;Capitalize&quot;)
    hook.MinSendLevel := 1
    hook.Start()
return
    
Capitalize(hook, char) {
    Send % Format(&quot;{:U}&quot;, char)
    hook.Stop()
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2024-02-18T19:16:57Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=160360#p160360</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: заглавная буква после каждого пробела]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=160354#p160354" />
			<content type="html"><![CDATA[<p>Приветствую, я бы хотел узнать как можно сделать ахк скрипт, чтобы можно автоматически после каждого пробела начиналась заглавная буква.</p>]]></content>
			<author>
				<name><![CDATA[wieseth]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=43576</uri>
			</author>
			<updated>2024-02-16T15:38:36Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=160354#p160354</id>
		</entry>
</feed>
