I have tried in a previous post to trigger Teams Meeting actions including Fullscreen with AutoHotkey and the UIAutomation library unfortunately not successfully. I present here another approach to toggle Fullscreen based on the undocumented native hotkey F11.
Key idea: undocumented hotkey
Descolada mentioned here that F11 will also toggle the Fullscreen mode.
This hotkey isn't documented by Microsoft as of date of this post.
Code
Using AutoHotkey you can make this hotkey global, means the meeting window does not have to be active to run it.
The code looks like this:
It is implemented in the Lib/Teams.ahk and linked from the Lib/Teamsy.ahk - search for fullscreen
Usage
You can run the function from the Teams Launcher using the 'fs' keyword.
No comments:
Post a Comment