<?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: Is it possible with this program to make the mouse movement press keys?</title>
<atom:link href="https://www.voicebot.net/Discussions/RSS/?TopicID=7a86d805-d4e4-4143-bf63-d1cb5d236c3a" rel="self" type="application/rss+xml" />
<link>https://www.voicebot.net/Discussions/RSS/?TopicID=7a86d805-d4e4-4143-bf63-d1cb5d236c3a</link>
<description>VoiceBot RSS: Is it possible with this program to make the mouse movement press keys?</description>
<lastBuildDate>Thu, 30 Apr 2026 01:18:54 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.voicebot.net/Discussions/RSS/?TopicID=7a86d805-d4e4-4143-bf63-d1cb5d236c3a</generator>
<item>
<title>RE: Is it possible with this program to make the mouse movement press keys?</title>
<link>https://www.voicebot.net/Discussions/View/is-it-possible-with-this-program-to-make-the-mouse-movement-press-keys/?ID=7a86d805-d4e4-4143-bf63-d1cb5d236c3a#9</link>
<pubDate>Mon, 29 Jul 2024 18:53:23 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.voicebot.net/Discussions/View/is-it-possible-with-this-program-to-make-the-mouse-movement-press-keys/?ID=7a86d805-d4e4-4143-bf63-d1cb5d236c3a#9</guid>
<category>VoiceBot</category>
<description><![CDATA[Thanks for getting back to me, I will try to tweak it that way instead.thank you much! This will be a big help to me]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Thanks for getting back to me, I will try to tweak it that way instead.thank you much! This will be a big help to me
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Is it possible with this program to make the mouse movement press keys?</title>
<link>https://www.voicebot.net/Discussions/View/is-it-possible-with-this-program-to-make-the-mouse-movement-press-keys/?ID=7a86d805-d4e4-4143-bf63-d1cb5d236c3a#8</link>
<pubDate>Mon, 29 Jul 2024 15:55:51 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.voicebot.net/Discussions/View/is-it-possible-with-this-program-to-make-the-mouse-movement-press-keys/?ID=7a86d805-d4e4-4143-bf63-d1cb5d236c3a#8</guid>
<category>VoiceBot</category>
<description><![CDATA[If you want to tweak the script and how responsive it is or not, I'd recommend changing the two constant values at the start of the script. "Threshold" on line 10, and "IntervalMS" on line 14. If you find the script a bit touchy, then I'd recommend raising the "Threshold" variable. If you find th...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
If you want to tweak the script and how responsive it is or not, I'd recommend changing the two constant values at the start of the script. "Threshold" on line 10, and "IntervalMS" on line 14. If you find the script a bit touchy, then I'd recommend raising the "Threshold" variable. If you find the mouse if being moved for too long, I'd recommend lowering the "IntervalMS" variable.<br/>
<br/>
I hope this helps!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Is it possible with this program to make the mouse movement press keys?</title>
<link>https://www.voicebot.net/Discussions/View/is-it-possible-with-this-program-to-make-the-mouse-movement-press-keys/?ID=7a86d805-d4e4-4143-bf63-d1cb5d236c3a#7</link>
<pubDate>Fri, 26 Jul 2024 22:43:02 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.voicebot.net/Discussions/View/is-it-possible-with-this-program-to-make-the-mouse-movement-press-keys/?ID=7a86d805-d4e4-4143-bf63-d1cb5d236c3a#7</guid>
<category>VoiceBot</category>
<description><![CDATA[Awesome, thank you for making the script! I gave it a test run and it's exactly what I was going for. I appreciate it very much. It is a little touchy with how little the mouse has to move to press the keys but I think I can figure that out.
The mouse moved left
if(delta &lt; 0)
I'm pretty sur...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Awesome, thank you for making the script! I gave it a test run and it's exactly what I was going for. I appreciate it very much. It is a little touchy with how little the mouse has to move to press the keys but I think I can figure that out.<br/>
<br/>
The mouse moved left<br/>
if(delta &lt; 0)<br/>
<br/>
I'm pretty sure I'm right but this line of code right here tells it if the mouse position is less than zero press the left key and likewise for the right key? So if I were to change the value to something like -5 and 5 for the right it should give a little more play in how far the mouse can move before the key is held. I also seen the threshold command is set to five so maybe that's what I'm supposed to be tweaking. I will keep messing with it and try not to break the script. <img src="https://www.voicebot.net/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":-)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":-)" HelpButtonDataAlign="BelowMiddle" /> I know how to write a bit of code with glove pie but but that's the extent of my knowledge. Thank you again for taking the time to do this!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Is it possible with this program to make the mouse movement press keys?</title>
<link>https://www.voicebot.net/Discussions/View/is-it-possible-with-this-program-to-make-the-mouse-movement-press-keys/?ID=7a86d805-d4e4-4143-bf63-d1cb5d236c3a#6</link>
<pubDate>Fri, 26 Jul 2024 21:25:25 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.voicebot.net/Discussions/View/is-it-possible-with-this-program-to-make-the-mouse-movement-press-keys/?ID=7a86d805-d4e4-4143-bf63-d1cb5d236c3a#6</guid>
<category>VoiceBot</category>
<description><![CDATA[I put together a Scripted Function that should work for you given your feedback. I also put together a second script that emulates an eight position joystick. For both scripts I made it a lot easier to update the key mapping.
Download the file attached to this post
On The Settings-Profiles Tab,...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I put together a Scripted Function that should work for you given your feedback. I also put together a second script that emulates an eight position joystick. For both scripts I made it a lot easier to update the key mapping.<br/>
<br/>
<ul class="ListBullet">
<li>Download the file attached to this post</li>
<li>On The Settings->Profiles Tab, double click a Profile you would like to exit, or click the "Add" button</li>
<li>Click the "Add" button again</li>
<li>On The Edit Macro button, give the Macro a name, and in the Add dropdown, select "Custom Macro Script"</li>
<li>Copy the contents of the file you downloaded in the first step to the Macro Script Edit window</li>
<li>Review the code if you want, and Select Ok on all of the windows you opened to save and apply your changes.</li></ul>
<br/>
I hope this works for you!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Is it possible with this program to make the mouse movement press keys?</title>
<link>https://www.voicebot.net/Discussions/View/is-it-possible-with-this-program-to-make-the-mouse-movement-press-keys/?ID=7a86d805-d4e4-4143-bf63-d1cb5d236c3a#5</link>
<pubDate>Mon, 24 Jun 2024 20:59:25 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.voicebot.net/Discussions/View/is-it-possible-with-this-program-to-make-the-mouse-movement-press-keys/?ID=7a86d805-d4e4-4143-bf63-d1cb5d236c3a#5</guid>
<category>VoiceBot</category>
<description><![CDATA[I guess it's been a while but I never got a notification of the reply. Thanks for the script though. I went ahead and gave it a try. It seems to work but wasn't exactly what I was going for. There's really no dead zone in the center so the keys are constantly being pressed either to the left or t...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I guess it's been a while but I never got a notification of the reply. Thanks for the script though. I went ahead and gave it a try. It seems to work but wasn't exactly what I was going for. There's really no dead zone in the center so the keys are constantly being pressed either to the left or the right. Is there a way to get the script to work that way? What I was going for and the other programs does is that if you move the mouse to the left or right direction it will hold down the key until the mouse stops moving. It only toggles the keys on movement and not by the mouse being on the left or right side of the screen. I was also noticing it set up for the left and right keys versus the a and D keys. I can see how to change that in the script but I'm not sure of the key codes for the A and D key with voice bot.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Is it possible with this program to make the mouse movement press keys?</title>
<link>https://www.voicebot.net/Discussions/View/is-it-possible-with-this-program-to-make-the-mouse-movement-press-keys/?ID=7a86d805-d4e4-4143-bf63-d1cb5d236c3a#4</link>
<pubDate>Fri, 18 Oct 2019 11:41:06 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.voicebot.net/Discussions/View/is-it-possible-with-this-program-to-make-the-mouse-movement-press-keys/?ID=7a86d805-d4e4-4143-bf63-d1cb5d236c3a#4</guid>
<category>VoiceBot</category>
<description><![CDATA[Sorry for the late reply!
I put together a Scripted Function that should work for you. Here's how to set it up:
Download the file attached to this post
On The Settings-Profiles Tab, double click a Profile you would like to exit, or click the "Add" button
Click the "Add" button again
On The E...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Sorry for the late reply!<br/>
<br/>
I put together a Scripted Function that should work for you. Here's how to set it up:<br/>
<br/>
<ul class="ListBullet">
<li>Download the file attached to this post</li>
<li>On The Settings->Profiles Tab, double click a Profile you would like to exit, or click the "Add" button</li>
<li>Click the "Add" button again</li>
<li>On The Edit Macro button, give the Macro a name, and in the Add dropdown, select "Custom Macro Script"</li>
<li>Copy the contents of the file you downloaded in the first step to the Macro Script Edit window</li>
<li>Review the code if you want, and Select Ok on all of the windows you opened to save and apply your changes.</li></ul>
<br/>
I hope this works for you!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Is it possible with this program to make the mouse movement press keys?</title>
<link>https://www.voicebot.net/Discussions/View/is-it-possible-with-this-program-to-make-the-mouse-movement-press-keys/?ID=7a86d805-d4e4-4143-bf63-d1cb5d236c3a#3</link>
<pubDate>Mon, 23 Jul 2018 19:56:19 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.voicebot.net/Discussions/View/is-it-possible-with-this-program-to-make-the-mouse-movement-press-keys/?ID=7a86d805-d4e4-4143-bf63-d1cb5d236c3a#3</guid>
<category>VoiceBot</category>
<description><![CDATA[Sounds good, I will check back in and see what he came up with. Thanks for the help]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Sounds good, I will check back in and see what he came up with. Thanks for the help
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Is it possible with this program to make the mouse movement press keys?</title>
<link>https://www.voicebot.net/Discussions/View/is-it-possible-with-this-program-to-make-the-mouse-movement-press-keys/?ID=7a86d805-d4e4-4143-bf63-d1cb5d236c3a#2</link>
<pubDate>Mon, 23 Jul 2018 19:46:24 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.voicebot.net/Discussions/View/is-it-possible-with-this-program-to-make-the-mouse-movement-press-keys/?ID=7a86d805-d4e4-4143-bf63-d1cb5d236c3a#2</guid>
<category>VoiceBot</category>
<description><![CDATA[I've passed this along to one of our devs to have a look at when he has a few free minutes]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I've passed this along to one of our devs to have a look at when he has a few free minutes <img src="https://www.voicebot.net/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" />
</div>
]]></content:encoded>
</item>
<item>
<title>Is it possible with this program to make the mouse movement press keys?</title>
<link>https://www.voicebot.net/Discussions/View/is-it-possible-with-this-program-to-make-the-mouse-movement-press-keys/?ID=7a86d805-d4e4-4143-bf63-d1cb5d236c3a</link>
<pubDate>Sun, 22 Jul 2018 20:06:11 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.voicebot.net/Discussions/View/is-it-possible-with-this-program-to-make-the-mouse-movement-press-keys/?ID=7a86d805-d4e4-4143-bf63-d1cb5d236c3a</guid>
<category>VoiceBot</category>
<description><![CDATA[I've been using a similar program that allows you to convert mouse movements to key presses. For example, with driving games if I wanted to use the mouse to steer I could use this script and just say " driving mode" to toggle it.
if said(" driving mode") then
var.mouse ++
wait 2s
endif
if va...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I've been using a similar program that allows you to convert mouse movements to key presses. For example, with driving games if I wanted to use the mouse to steer I could use this script and just say " driving mode" to toggle it.<br/>
if said(" driving mode") then<br/>
var.mouse ++<br/>
wait 2s<br/>
endif<br/>
<br/>
if var.mouse &gt; 1 then<br/>
var.mouse = 0<br/>
Say("Mouse Unlocked")<br/>
endif<br/>
if var.mouse = true then<br/>
<br/>
if delta(smooth(mouse.DirectInputX))&lt;-3 then<br/>
key.A=1<br/>
else key.A=0<br/>
<br/>
if delta(smooth(mouse.DirectInputX))&gt;3 then<br/>
key.D=1<br/>
else key.D=0<br/>
endif<br/>
I noticed this program has the ability to use macros so I'm guessing it's possible. It's a different programming language than the other program so I don't know how to accomplish it yet but I wanted to see if it was possible
</div>
]]></content:encoded>
</item>
</channel>
</rss>