https://github.com/elevenisreallywonderful/vmix-btn-ctrl-ahk
This is a simple script to remove the zoom button in the Input selection window of the vmix.
https://github.com/elevenisreallywonderful/vmix-btn-ctrl-ahk
autohotkey autohotkey-v2 remove remover vmix windows zoom
Last synced: 2 months ago
JSON representation
This is a simple script to remove the zoom button in the Input selection window of the vmix.
- Host: GitHub
- URL: https://github.com/elevenisreallywonderful/vmix-btn-ctrl-ahk
- Owner: elevenisreallywonderful
- Created: 2024-11-11T10:10:22.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-17T08:44:55.000Z (6 months ago)
- Last Synced: 2025-02-15T01:17:08.291Z (4 months ago)
- Topics: autohotkey, autohotkey-v2, remove, remover, vmix, windows, zoom
- Language: AutoHotkey
- Homepage:
- Size: 961 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
[
Disable Zoom Button in vMix
](https://github.com/elevenisreallywonderful/vmixzoombuttonremoval/releases/tag/vmix)This guide will help you disable the "Zoom" button in the vMix "Input Select" window using AutoHotkey v2.
| Step | Description |
| ---- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 1 |Open the Spy for AHKv2

Launch the AHKv2 Window Spy tool. |
| 2 |Open the "Input Select" Window in vMix

Click on "Add Input" in vMix to open the "Input Select" window. |
| 3 |Find the Class Name of the Input Select Window
Move your mouse over the "Input Select" window.
Note the class name displayed in the Spy tool. |
| 4 |Paste the Class Name

Copy the class name from the Spy tool.
Paste it into the `vInputSelectWindowClassName` value. |
| 5 |Get the ListBox Class Name

Move your mouse over the ListBox within the "Input Select" window.
Note and copy the class name. |
| 6 |Paste the Class Name

Paste it into the `vListBoxClassName` value. |
| 7 |Find the Index of the "Zoom" Button
Identify the index of the "Zoom" button in the ListBox. |
| 8 |Paste the Index

Paste it into the `vItemIndex` value in your script. |
| 9 |Build the script
 |Happy hacking.