{"id":23415993,"url":"https://github.com/elevenisreallywonderful/vmix-btn-ctrl-ahk","last_synced_at":"2025-04-09T06:43:19.819Z","repository":{"id":262237029,"uuid":"886625959","full_name":"elevenisreallywonderful/vmix-btn-ctrl-ahk","owner":"elevenisreallywonderful","description":"This is a simple script to remove the zoom button in the Input selection window of the vmix. ","archived":false,"fork":false,"pushed_at":"2024-12-17T08:44:55.000Z","size":984,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-15T01:17:08.291Z","etag":null,"topics":["autohotkey","autohotkey-v2","remove","remover","vmix","windows","zoom"],"latest_commit_sha":null,"homepage":"","language":"AutoHotkey","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elevenisreallywonderful.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-11T10:10:22.000Z","updated_at":"2024-12-17T08:44:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"21802a17-c478-4062-9103-78668528521c","html_url":"https://github.com/elevenisreallywonderful/vmix-btn-ctrl-ahk","commit_stats":null,"previous_names":["elevenisreallywonderful/vmixzoombuttonremoval","elevenisreallywonderful/vmix-btn-ctrl-ahk"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elevenisreallywonderful%2Fvmix-btn-ctrl-ahk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elevenisreallywonderful%2Fvmix-btn-ctrl-ahk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elevenisreallywonderful%2Fvmix-btn-ctrl-ahk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elevenisreallywonderful%2Fvmix-btn-ctrl-ahk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elevenisreallywonderful","download_url":"https://codeload.github.com/elevenisreallywonderful/vmix-btn-ctrl-ahk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247994069,"owners_count":21030048,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["autohotkey","autohotkey-v2","remove","remover","vmix","windows","zoom"],"created_at":"2024-12-22T22:11:45.203Z","updated_at":"2025-04-09T06:43:19.800Z","avatar_url":"https://github.com/elevenisreallywonderful.png","language":"AutoHotkey","funding_links":[],"categories":[],"sub_categories":[],"readme":"[\u003ch1 style=\"color: blue; font-size: 36px;\"\u003eDisable Zoom Button in vMix\u003c/h1\u003e](https://github.com/elevenisreallywonderful/vmixzoombuttonremoval/releases/tag/vmix)\n\n\u003cp style=\"color: darkgray; font-size: 18px;\"\u003eThis guide will help you disable the \"Zoom\" button in the vMix \"Input Select\" window using AutoHotkey v2.\u003c/p\u003e\n\n| Step | Description                                                                                                                                                                                                                      |\n| ---- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| 1    | \u003ch2 style=\"color: darkorange; font-size: 24px;\"\u003eOpen the Spy for AHKv2\u003c/h2\u003e \u003cbr\u003e ![Open AHKv2 Spy](img/1.png) \u003cbr\u003e Launch the AHKv2 Window Spy tool.                                                                             |\n| 2    | \u003ch2 style=\"color: darkorange; font-size: 24px;\"\u003eOpen the \"Input Select\" Window in vMix\u003c/h2\u003e \u003cbr\u003e ![Open Input Select](img/2.png) \u003cbr\u003e Click on \"Add Input\" in vMix to open the \"Input Select\" window.                            |\n| 3    | \u003ch2 style=\"color: darkorange; font-size: 24px;\"\u003eFind the Class Name of the Input Select Window\u003c/h2\u003e \u003cbr\u003e Move your mouse over the \"Input Select\" window. \u003cbr\u003e Note the class name displayed in the Spy tool.                     |\n| 4    | \u003ch2 style=\"color: darkorange; font-size: 24px;\"\u003ePaste the Class Name\u003c/h2\u003e \u003cbr\u003e ![Paste Class Name](img/3.png) \u003cbr\u003e Copy the class name from the Spy tool. \u003cbr\u003e Paste it into the `vInputSelectWindowClassName` value.            |\n| 5    | \u003ch2 style=\"color: darkorange; font-size: 24px;\"\u003eGet the ListBox Class Name\u003c/h2\u003e \u003cbr\u003e ![ListBox Class Name](img/4.png) \u003cbr\u003e Move your mouse over the ListBox within the \"Input Select\" window. \u003cbr\u003e Note and copy the class name. |\n| 6    | \u003ch2 style=\"color: darkorange; font-size: 24px;\"\u003ePaste the Class Name\u003c/h2\u003e \u003cbr\u003e ![Paste ListBox Class Name](img/5.png) \u003cbr\u003e Paste it into the `vListBoxClassName` value.                                                          |\n| 7    | \u003ch2 style=\"color: darkorange; font-size: 24px;\"\u003eFind the Index of the \"Zoom\" Button\u003c/h2\u003e \u003cbr\u003e Identify the index of the \"Zoom\" button in the ListBox.                                                                            |\n| 8    | \u003ch2 style=\"color: darkorange; font-size: 24px;\"\u003ePaste the Index\u003c/h2\u003e \u003cbr\u003e ![Paste Index](img/6.png) \u003cbr\u003e Paste it into the `vItemIndex` value in your script.                                                                    |\n| 9    | \u003ch2 style=\"color: darkorange; font-size: 24px;\"\u003eBuild the script\u003c/h2\u003e \u003cbr\u003e ![Build Script](img/7.png)                                                                                                                            |\n\n\u003cp style=\"font-size: 18px;\"\u003eHappy hacking.\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felevenisreallywonderful%2Fvmix-btn-ctrl-ahk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felevenisreallywonderful%2Fvmix-btn-ctrl-ahk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felevenisreallywonderful%2Fvmix-btn-ctrl-ahk/lists"}