ahk
ahk copied to clipboard
Repository for AutoHotkey scripts including PowerTools
I am generally using a headset with a Poly Headset with BT700 adapter. When I switch off the headset, teams complain my mic is not working, but does not switch...
Running latest Teams Shortcuts, assigned F12 shortcut to Mute but nothing happens. I can check the logs but I don't know where it logs to. Running Teams classic (Microsoft Teams...
Currently, whenever we minimize the meeting window, it becomes a box in the bottom-right of one's screen. Teams has no way to disable this feature currently. Is it possible to...
When I try to activate/hide the active Teams Meeting Window, I get an error:  Here is my AHK hotkey: ``` teamsmeetingwindow := Teams_GetMeetingWindow(false,false) if teamsmeetingwindow { If WinActive("ahk_id "...
I try to select Teams PowerShell in settings but I have the following error:  I am connected and the connection works with command line `Connect-MicrosoftTeams -AccountId @` How to...
In TeamsShortcuts, the feature "Toggle Raise Hand" stopped working. It used to work a few weeks ago. - ✅When clicking on other features, e.g. "Toggle Video" or "Activate Meeting Window",...
After the recent Teams updates, getting the main window is no longer working for some reason and it activates random other windows. ``` #CapsLock:: ;TOGGLE TEAMS MAIN teamsmainwindow := Teams_GetMainWindow()...