diff --git a/WinTitles.ahk b/WinTitles.ahk index 8d1977f..b278a88 100644 --- a/WinTitles.ahk +++ b/WinTitles.ahk @@ -15,7 +15,7 @@ static TeamViewerSponsoredSession := "Sponsored session ahk_exe TeamViewer.exe" static TeamViewer := "TeamViewer ahk_exe TeamViewer.exe" static ACDSee := "ahk_exe ACDSeeProfessional2018.exe" - + static MsTeams := "ahk_exe Teams.exe" diff --git a/app_handling.ahk b/app_handling.ahk index 4159508..32a155f 100644 --- a/app_handling.ahk +++ b/app_handling.ahk @@ -315,6 +315,24 @@ CapsLock & v:: +;----------------------- +; Microshitsoft Teams is fucking retarded +; +; Replace "Fancy Paste" with Plain text Copy-Pasta +#If WinActive(WinTitles.MsTeams) +^V:: +disableFancyPasteOnText(){ + if DllCall("IsClipboardFormatAvailable", "uint", 1) + { + Send ^+v + } + else + { + Send ^v + } +} +#If + ;------------------------------------------------- ; Fix Vivaldi Gestures