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
jcw718  
#1 Posted : Thursday, August 20, 2020 5:44:29 AM(UTC)
jcw718

Rank: Member

Groups: Registered
Joined: 6/24/2020(UTC)
Posts: 13
United States
Location: BROOKLYN

Thanks: 6 times
Hi, I am looking to make the turn on/off one of the four overlays with a keystroke. I auto trigger-assign the targeted overlay with items unique to the active input in the program output. I am looking to be able to manually bring what ever is there in and out and would like to avoid using my mouse to do that! Any solution that requires an input to be assigned will not cut it!!

Thanks!
doggy  
#2 Posted : Thursday, August 20, 2020 6:22:08 AM(UTC)
doggy

Rank: Advanced Member

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

Thanks: 284 times
Was thanked: 922 time(s) in 761 post(s)
Not available

but maybe use autohotkey or so and let it click that button

EDIT: Use Autohotkey to click those Buttons with shortcuts
thanks 1 user thanked doggy for this useful post.
jcw718 on 8/27/2020(UTC)
adamjohns  
#3 Posted : Thursday, August 27, 2020 5:31:52 AM(UTC)
adamjohns

Rank: Member

Groups: Registered
Joined: 5/24/2020(UTC)
Posts: 14
Man
United States
Location: Florida

Thanks: 1 times
Was thanked: 1 time(s) in 1 post(s)
Originally Posted by: jcw718 Go to Quoted Post
Hi, I am looking to make the turn on/off one of the four overlays with a keystroke. I auto trigger-assign the targeted overlay with items unique to the active input in the program output. I am looking to be able to manually bring what ever is there in and out and would like to avoid using my mouse to do that! Any solution that requires an input to be assigned will not cut it!!

Thanks!


I think I understand what you are asking but let me rephrase to make sure I do. You are asking if you can crested a single keystroke to turn on/off any single overlay? If this is true then yes you can do this by creating a shortcut choosing the overlay you need from the list and then assign that to a unique key on either a keyboard or other external device like a Streamdeck.

Hope this helps.
jcw718  
#4 Posted : Thursday, August 27, 2020 6:21:26 AM(UTC)
jcw718

Rank: Member

Groups: Registered
Joined: 6/24/2020(UTC)
Posts: 13
United States
Location: BROOKLYN

Thanks: 6 times
Would be great, but you cannot turn on a specific overlay (The 4 master overlays, not the input overlays) without specifying an input reference. I need it to just turn on what is in the buffer!
doggy  
#5 Posted : Thursday, August 27, 2020 6:37:44 AM(UTC)
doggy

Rank: Advanced Member

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

Thanks: 284 times
Was thanked: 922 time(s) in 761 post(s)
Originally Posted by: jcw718 Go to Quoted Post
Would be great, but you cannot turn on a specific overlay (The 4 master overlays, not the input overlays) without specifying an input reference. I need it to just turn on what is in the buffer!


Basically simulating pressing one of the 4 buttons in the top center of the gui ?

Already gave a working option above
doggy  
#6 Posted : Friday, August 28, 2020 5:44:37 AM(UTC)
doggy

Rank: Advanced Member

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

Thanks: 284 times
Was thanked: 922 time(s) in 761 post(s)
with autohotkey for example

Code:
N::
ControlClick, WindowsForms10.BUTTON.app.0.378734a8,vMix
Return


will toggle the second overlay button by pressing the N key

need to check with the autohotkey window spy to check if the "WindowsFormsblahblah..." is the same on your installation

also this example takes not into account if the vMix window is active and if not is activated or any error trapping or stopping if you wan tto ue the n key for textinput etc

but its possible :-)
thanks 1 user thanked doggy for this useful post.
jcw718 on 12/28/2020(UTC)
Users browsing this topic
Guest
Similar Topics
SetMultiViewOverlay shortcut MIDI (General Discussion)
by giulliu 11/1/2016 12:57:13 PM(UTC)
Correct behavior of inputs in SetMultiViewOverlay shortcuts or scripts (Feature Requests)
by homeless 12/3/2015 11:14:04 AM(UTC)
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.