Zoom Shortcut for raising your hand

Post your working scripts, libraries and tools for AHK v1.1 and older
petran
Posts: 1
Joined: 31 Mar 2021, 07:44

Zoom Shortcut for raising your hand

31 Mar 2021, 08:06

This is the first script I created to work around Zoom's shortcut restrictions and its detection of the shortcut (Zoom has to be in focus for it to register).
I apologize if the script is too simple to be posted I just wanted to maybe help anyone out


Code: Select all

SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.


#IfWinExist Zoom Meeting 	; This detects if a window with a title like that exists and only works if it does 
PgUp:: 				; This is my preferred key 
WinActivate Zoom Meeting 	; Focuses to that window
Send, !y 			;Sends the shortcut that zoom has pre-configured for raising the hand (ALT+Y) 
return
[Mod edit: [code][/code] tags added.]
User avatar
TurBo
Posts: 17
Joined: 06 Nov 2021, 15:15

Re: Zoom Shortcut for raising your hand

06 Nov 2021, 15:18

Thanks for the script but it simply doesn't work for me. It doesn't raise the hand once the meeting starts (Zoom app is in focus). Any ideas why it doesn't work?
User avatar
boiler
Posts: 16925
Joined: 21 Dec 2014, 02:44

Re: Zoom Shortcut for raising your hand

04 Dec 2021, 11:08

@TurBo: This script does not do what you think it is supposed to do. See this post in response to your other thread for an explanation.

Return to “Scripts and Functions (v1)”

Who is online

Users browsing this forum: No registered users and 222 guests