Skip to content

Commit

Permalink
AAD cross tenant sync whiteboard
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthebrit committed Feb 7, 2023
1 parent 90f3771 commit e9aea81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AutoHotkey/BasicShortcuts.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ DllCall("PowrProf\SetSuspendState", "Int", 0, "Int", 0, "Int", 0)

;Toggle microphone mute found code on reddit, not mine!
^!m::
SoundSet, +1, MASTER, mute,3
SoundGet, master_mute, , mute, 3
SoundSet, +1, MASTER, mute,2
SoundGet, master_mute, , mute, 2

ToolTip, Mute %master_mute% ;use a tool tip at mouse pointer to show what state mic is after toggle
SetTimer, RemoveToolTip, 1000
Expand Down
Binary file added Whiteboards/AADCrossTenantSync.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e9aea81

Please sign in to comment.