Sending keyboard shortcut with vvvv

i hope i dont spam the forum to much.

i found a good solution to my problem, i just need to send the shortcut
Ctrl + Alt + Space in vvvv. Maybe someone can help.

Cheers,
Zaid

Maybe try this: VL.IO.MouseKeyGlobal

thanks!

i checked the helppatch for all available nodes, but it seems they are kinda alternative
mouse and keybord input nodes. as far as i understand.

i found a similar topic where somebody uses the sendMessage node to do that.
but i am missing the knowledge to use it right now. there is no helppatch.

but anyways, thanks,
z

Actually the underlying library supports keyboard and mouse simulation, I just haven’t wrapped that functionality yet. It maybe a possible solution for your task.
When it comes to key combinations, simulation is sometimes a bit tricky though. I’ve used InputSimulator in the past and some combinations (modified keystrokes) like Alt gr + Q for @ didn’t work when a Stride RenderWindow was in focus.

cool,

at first i was unable to understand the nuget, but after watching this
node tutorial i was able to get it done.

here is my little patch that simulates a single key press.

simulate_key_input.vl (5.7 KB)

thanks again

Just FYI. I added keyboard simulation to the latest version of VL.IO.MouseKeyGlobal.

3 Likes

good to know!

cheers

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.