<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Символ, удалённый Delete и Backspace]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=12000</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=12000&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Символ, удалённый Delete и Backspace».]]></description>
		<lastBuildDate>Mon, 12 Sep 2016 06:43:05 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Символ, удалённый Delete и Backspace]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=107536#p107536</link>
			<description><![CDATA[<p>Большое спасибо.</p>]]></description>
			<author><![CDATA[null@example.com (mqz777)]]></author>
			<pubDate>Mon, 12 Sep 2016 06:43:05 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=107536#p107536</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Символ, удалённый Delete и Backspace]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=107491#p107491</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Sun, 11 Sep 2016 23:32:03 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=107491#p107491</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Символ, удалённый Delete и Backspace]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=107490#p107490</link>
			<description><![CDATA[<p>Всем доброго времени суток.</p><p>Подскажите, пожалуйста, а как узнать символ удалённый командами Send {Backspace} и Send {Delete}? Или (перед удалением) символ слева и справа от курсора?</p>]]></description>
			<author><![CDATA[null@example.com (mqz777)]]></author>
			<pubDate>Sun, 11 Sep 2016 22:07:42 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=107490#p107490</guid>
		</item>
	</channel>
</rss>
