Processing Ajax...

Title

Message

Confirm

Confirm

Confirm

Confirm

Are you sure you want to delete this item?

Confirm

Are you sure you want to delete this item?

User Image
Philipp9
58 discussion posts
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
Oct 16, 2020  • #1
Owen Muhlethaler (BFS)'s profile on WallpaperFusion.com
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 more complicated SendKeys stuff, and also for simpler mouse stuff, if you just want to simulate a click:
BFS.Input.SendKeyDown(),
BFS.Input.RightClickMouse(), etc.

Thanks!
Oct 22, 2020  • #2
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(-)  Login to Vote(-)