diff options
-rw-r--r-- | ahk-assistant.ahk | 2 |
1 files changed, 1 insertions, 1 deletions
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
|