<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>ClipboardFusion RSS: Sendkeys: backspace or delete key</title>
<atom:link href="https://www.clipboardfusion.com/Discussions/RSS/?TopicID=018f592b-f085-7301-a4a2-97e8adaf37b9" rel="self" type="application/rss+xml" />
<link>https://www.clipboardfusion.com/Discussions/RSS/?TopicID=018f592b-f085-7301-a4a2-97e8adaf37b9</link>
<description>ClipboardFusion RSS: Sendkeys: backspace or delete key</description>
<lastBuildDate>Tue, 19 May 2026 08:00:10 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.clipboardfusion.com/Discussions/RSS/?TopicID=018f592b-f085-7301-a4a2-97e8adaf37b9</generator>
<item>
<title>RE: Sendkeys: backspace or delete key</title>
<link>https://www.clipboardfusion.com/Discussions/View/sendkeys-backspace-or-delete-key/?ID=018f592b-f085-7301-a4a2-97e8adaf37b9#7</link>
<pubDate>Fri, 17 May 2024 13:17:41 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/sendkeys-backspace-or-delete-key/?ID=018f592b-f085-7301-a4a2-97e8adaf37b9#7</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Yeah good idea, we'll add that in]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Yeah good idea, we'll add that in
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Sendkeys: backspace or delete key</title>
<link>https://www.clipboardfusion.com/Discussions/View/sendkeys-backspace-or-delete-key/?ID=018f592b-f085-7301-a4a2-97e8adaf37b9#6</link>
<pubDate>Sat, 11 May 2024 08:09:49 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/sendkeys-backspace-or-delete-key/?ID=018f592b-f085-7301-a4a2-97e8adaf37b9#6</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Maybe a good idea to put the info about "https://boostrobotics.eu/windows-key-codes/" here "https://www.clipboardfusion.com/Macros/Help/#bfsInputSendKeys" ?]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Maybe a good idea to put the info about "https://boostrobotics.eu/windows-key-codes/" here "https://www.clipboardfusion.com/Macros/Help/#bfsInputSendKeys" ?
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Sendkeys: backspace or delete key</title>
<link>https://www.clipboardfusion.com/Discussions/View/sendkeys-backspace-or-delete-key/?ID=018f592b-f085-7301-a4a2-97e8adaf37b9#5</link>
<pubDate>Thu, 09 May 2024 19:16:23 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/sendkeys-backspace-or-delete-key/?ID=018f592b-f085-7301-a4a2-97e8adaf37b9#5</guid>
<category>ClipboardFusion</category>
<description><![CDATA[You can reference this list for the codes: https://boostrobotics.eu/windows-key-codes/]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
You can reference this list for the codes: <a href="https://boostrobotics.eu/windows-key-codes/" target="_blank" rel="nofollow"><b>https://boostrobotics.eu/windows-key-codes/</b></a>
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Sendkeys: backspace or delete key</title>
<link>https://www.clipboardfusion.com/Discussions/View/sendkeys-backspace-or-delete-key/?ID=018f592b-f085-7301-a4a2-97e8adaf37b9#4</link>
<pubDate>Thu, 09 May 2024 18:32:04 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/sendkeys-backspace-or-delete-key/?ID=018f592b-f085-7301-a4a2-97e8adaf37b9#4</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Quote:
Yep, this code will send a backspace: BFS.Input.SendKeys("{VK_8}");
and this code will send a delete: BFS.Input.SendKeys("{VK_46}");
Thank you!
Is there a canonical list of the bfs virtual keys, or would I be best served using a list such as https://learn.microsoft.com/en-us/windows/wi...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>Yep, this code will send a backspace: BFS.Input.SendKeys("{VK_8}");<br/>
<br/>
and this code will send a delete: BFS.Input.SendKeys("{VK_46}");</div></div><br/>
<br/>
Thank you! <br/>
<br/>
Is there a canonical list of the bfs virtual keys, or would I be best served using a list such as <a href="https://learn.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes" target="_blank" rel="nofollow"><b>https://learn.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes</b></a> and converting the "Value" to decimal?
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Sendkeys: backspace or delete key</title>
<link>https://www.clipboardfusion.com/Discussions/View/sendkeys-backspace-or-delete-key/?ID=018f592b-f085-7301-a4a2-97e8adaf37b9#3</link>
<pubDate>Thu, 09 May 2024 17:21:29 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/sendkeys-backspace-or-delete-key/?ID=018f592b-f085-7301-a4a2-97e8adaf37b9#3</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Yep, this code will send a backspace: BFS.Input.SendKeys("{VK_8}");
and this code will send a delete: BFS.Input.SendKeys("{VK_46}");]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Yep, this code will send a backspace: BFS.Input.SendKeys("{VK_8}");<br/>
<br/>
and this code will send a delete: BFS.Input.SendKeys("{VK_46}");
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Sendkeys: backspace or delete key</title>
<link>https://www.clipboardfusion.com/Discussions/View/sendkeys-backspace-or-delete-key/?ID=018f592b-f085-7301-a4a2-97e8adaf37b9#2</link>
<pubDate>Wed, 08 May 2024 18:00:13 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/sendkeys-backspace-or-delete-key/?ID=018f592b-f085-7301-a4a2-97e8adaf37b9#2</guid>
<category>ClipboardFusion</category>
<description><![CDATA[FWIW, I did find a work around, copying the text into the macro, using substring to shorten the string (what I needed gone is always the end of the text, and fixed length), adding what I want to the end, and pasting back out.
I am still interested in knowing if sendkeys can send delete or backsp...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
FWIW, I did find a work around, copying the text into the macro, using substring to shorten the string (what I needed gone is always the end of the text, and fixed length), adding what I want to the end, and pasting back out.<br/>
<br/>
I am still interested in knowing if sendkeys can send delete or backspace though.<br/>
<br/>
Thank you!!
</div>
]]></content:encoded>
</item>
<item>
<title>Sendkeys: backspace or delete key</title>
<link>https://www.clipboardfusion.com/Discussions/View/sendkeys-backspace-or-delete-key/?ID=018f592b-f085-7301-a4a2-97e8adaf37b9</link>
<pubDate>Wed, 08 May 2024 17:06:43 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/sendkeys-backspace-or-delete-key/?ID=018f592b-f085-7301-a4a2-97e8adaf37b9</guid>
<category>ClipboardFusion</category>
<description><![CDATA[I am trying to simplify filling in information in a form using ClipboardFusion macros. I need to remove some of the text that is already there. I’ve tried using:
BFS.Input.SendKeys(“{BACKSPACE}”);
BFS.Input.SendKeys(“{BACK}”);
BFS.Input.SendKeys(“{BKSP}”);
BFS.Input.SendKeys(“{BS}”);
BFS.Inp...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I am trying to simplify filling in information in a form using ClipboardFusion macros. I need to remove some of the text that is already there. I’ve tried using:<br/>
<br/>
BFS.Input.SendKeys(“{BACKSPACE}”);<br/>
BFS.Input.SendKeys(“{BACK}”);<br/>
BFS.Input.SendKeys(“{BKSP}”);<br/>
BFS.Input.SendKeys(“{BS}”);<br/>
BFS.Input.SendKeys(“{VK_BACK}”);<br/>
BFS.Input.SendKeys(“{VK_DELETE}”);<br/>
<br/>
None of these seem to be working. Is ClipboardFusion capable of doing this?
</div>
]]></content:encoded>
</item>
</channel>
</rss>