<?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>VoiceBot RSS: sendKeyDown for mouse?</title>
<atom:link href="https://www.voicebot.net/Discussions/RSS/?TopicID=8ddcc0d6-32cf-4cc1-bff7-f70369c78370" rel="self" type="application/rss+xml" />
<link>https://www.voicebot.net/Discussions/RSS/?TopicID=8ddcc0d6-32cf-4cc1-bff7-f70369c78370</link>
<description>VoiceBot RSS: sendKeyDown for mouse?</description>
<lastBuildDate>Fri, 01 May 2026 06:23:44 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.voicebot.net/Discussions/RSS/?TopicID=8ddcc0d6-32cf-4cc1-bff7-f70369c78370</generator>
<item>
<title>RE: sendKeyDown for mouse?</title>
<link>https://www.voicebot.net/Discussions/View/sendkeydown-for-mouse/?ID=8ddcc0d6-32cf-4cc1-bff7-f70369c78370#2</link>
<pubDate>Thu, 22 Oct 2020 15:22:37 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.voicebot.net/Discussions/View/sendkeydown-for-mouse/?ID=8ddcc0d6-32cf-4cc1-bff7-f70369c78370#2</guid>
<category>VoiceBot</category>
<description><![CDATA[Hey Phillip,
the BFS.VoiceBotActions namespace has functions like:
BFS.VoiceBotActions.KeyDown()
BFS.VoiceBotActions.KeyUp()
BFS.VoiceBotActions.KeyPress()
and corresponding ones for the mouse (BFS.VoiceBotActions.MouseDown, etc.)
There are some general functions in BFS.Input as well, for m...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hey Phillip,<br/>
<br/>
the BFS.VoiceBotActions namespace has functions like:<br/>
<br/>
BFS.VoiceBotActions.KeyDown()<br/>
BFS.VoiceBotActions.KeyUp()<br/>
BFS.VoiceBotActions.KeyPress()<br/>
and corresponding ones for the mouse (BFS.VoiceBotActions.MouseDown, etc.)<br/>
<br/>
There are some general functions in BFS.Input as well, for more complicated SendKeys stuff, and also for simpler mouse stuff, if you just want to simulate a click:<br/>
BFS.Input.SendKeyDown(),<br/>
BFS.Input.RightClickMouse(), etc.<br/>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>sendKeyDown for mouse?</title>
<link>https://www.voicebot.net/Discussions/View/sendkeydown-for-mouse/?ID=8ddcc0d6-32cf-4cc1-bff7-f70369c78370</link>
<pubDate>Fri, 16 Oct 2020 13:33:26 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.voicebot.net/Discussions/View/sendkeydown-for-mouse/?ID=8ddcc0d6-32cf-4cc1-bff7-f70369c78370</guid>
<category>VoiceBot</category>
<description><![CDATA[Hello,
is there a function for programming macros such as input.sendKeyDown for the keyboard and also a function for the mouse buttons?
Thanks and best regards
Philipp]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hello,<br/>
<br/>
is there a function for programming macros such as input.sendKeyDown for the keyboard and also a function for the mouse buttons?<br/>
<br/>
Thanks and best regards<br/>
Philipp
</div>
]]></content:encoded>
</item>
</channel>
</rss>