From 8140bdc680839b906e11647f6c8669ac3e00e8e9 Mon Sep 17 00:00:00 2001 From: Peter Date: Wed, 27 Apr 2022 10:39:30 +0100 Subject: Further teams workarounds --- ahk-assistant.ahk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ahk-assistant.ahk') diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk index 1895c2e..cf99aa2 100644 --- a/ahk-assistant.ahk +++ b/ahk-assistant.ahk @@ -283,7 +283,7 @@ F11::borderlessFullscreen() #IfWinActive #IfWinActive ahk_exe Teams.exe ; i hate ms teams -^a::Send {End}{ShiftDown}{Home}{ShiftUp} +^a::Send {End}{CtrlDown}{ShiftDown}{Home}{CtrlUp}{ShiftUp} #IfWinActive ; text insertion/replacements -- cgit v1.2.3