<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Символ, удалённый Delete и Backspace]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=12000&amp;type=atom" />
	<updated>2016-09-12T06:43:05Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=12000</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Символ, удалённый Delete и Backspace]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=107536#p107536" />
			<content type="html"><![CDATA[<p>Большое спасибо.</p>]]></content>
			<author>
				<name><![CDATA[mqz777]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34135</uri>
			</author>
			<updated>2016-09-12T06:43:05Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=107536#p107536</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Символ, удалённый Delete и Backspace]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=107491#p107491" />
			<content type="html"><![CDATA[<p>Так примерно:<br /></p><div class="codebox"><pre><code>1:: MsgBox, % GetSymAndDel(&quot;BS&quot;)
2:: MsgBox, % GetSymAndDel(&quot;Del&quot;)

GetSymAndDel(key)  {
   tempClip := ClipboardAll
   Clipboard := &quot;&quot;
   SendInput, % &quot;+{&quot; . (key = &quot;BS&quot; ? &quot;Left&quot; : &quot;Right&quot;) . &quot;}^{sc2E}&quot;  ; ^{sc2E} — Ctrl + C
   ClipWait, .5
   if !ErrorLevel
      SendInput, {Del}
   clipContent := Clipboard
   Clipboard := tempClip
   Return clipContent
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2016-09-11T23:32:03Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=107491#p107491</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Символ, удалённый Delete и Backspace]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=107490#p107490" />
			<content type="html"><![CDATA[<p>Всем доброго времени суток.</p><p>Подскажите, пожалуйста, а как узнать символ удалённый командами Send {Backspace} и Send {Delete}? Или (перед удалением) символ слева и справа от курсора?</p>]]></content>
			<author>
				<name><![CDATA[mqz777]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34135</uri>
			</author>
			<updated>2016-09-11T22:07:42Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=107490#p107490</id>
		</entry>
</feed>
