Zoom Push to Talk
Do you not like how Zoom's push to talk feature works? This Autoit script lets you push to talk like how it would work on Discord.
While your hotkey is pressed down, your Zoom would un-mute until the hotkey is no longer pressed.
Zoom only lets you do this with the Space bar button and I don't like using my Space bar that way.
Make sure you don't use Scroll Lock for anything else since the script executes the Scroll Lock key with the hotkey that you set.
Dependencies
Instructions
- Go to Zoom - Settings - Keyboard Shortcuts
- Set the
Mute/Unmute My Audio
key asScroll Lock
. - Check
Enable Global Shortcut
forMute/Unmute My Audio
. - Install Autoit.
- *Optional* Place your push to talk on & off audio file as
on.mp3
andoff.mp3
in thersc
folder. - Set your desired hotkey in the
script.au3
file by modifying the$hotkey
variable.- The script includes a link where you can find the hexcodes you can use for your hotkey. (Default hotkey is ` Backtick.)
- Execute the
script.au3
- Use your hotkey in your Zoom meetings :)
Who to contact
D_Pain: dpainhahn@gmail.com