logo

Live Production Software Forums


Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
zheng1112  
#1 Posted : Monday, October 31, 2022 5:01:16 PM(UTC)
zheng1112

Rank: Newbie

Groups: Registered
Joined: 10/31/2022(UTC)
Posts: 4
China
Location: beijing

help, I set a global shortcut key F3 in the "zoom". How to trigger the key F3 when vmix switches a specified material, so that the "zoom" can trigger the event.

I tried to set keypress in the vmix trigger. It only works for vimx.


The above information comes from Baidu Translation
pzaul  
#2 Posted : Monday, October 31, 2022 8:34:52 PM(UTC)
pzaul

Rank: Newbie

Groups: Registered
Joined: 10/31/2022(UTC)
Posts: 2
Australia
Location: Brisbane

I have used the AutoIT language to create a small GUI app with buttons to do this. When you click a button in this app, the app changes focus to vMix window, then sends the "F3" key, then changes focus back to the app window. With basic coding skills, AutoIT is relatively easy to create something like this. You might be able to do it better in Python or C or another language that you are fluent in.
zheng1112  
#3 Posted : Tuesday, November 1, 2022 1:56:51 PM(UTC)
zheng1112

Rank: Newbie

Groups: Registered
Joined: 10/31/2022(UTC)
Posts: 4
China
Location: beijing

Thanks for pzaul's reply, but I want to execute F3 on the keyboard when playing a certain material in the vmix window.

I see a script option in vmix settings, which can implement similar code:

Console. WriteLine("Hello World")

Can I simulate pressing F3 on the keyboard in the script?
doggy  
#4 Posted : Tuesday, November 1, 2022 4:59:41 PM(UTC)
doggy

Rank: Advanced Member

Groups: Registered
Joined: 12/27/2012(UTC)
Posts: 5,216
Belgium
Location: Belgium

Thanks: 291 times
Was thanked: 955 time(s) in 790 post(s)
Originally Posted by: zheng1112 Go to Quoted Post


Can I simulate pressing F3 on the keyboard in the script?


Check the Sendkeys and/or Keypress functions (shortcuts/Scripting)

Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.