diff options
author | Peter | 2022-04-27 10:39:30 +0100 |
---|---|---|
committer | Peter | 2022-04-27 10:39:30 +0100 |
commit | 8140bdc680839b906e11647f6c8669ac3e00e8e9 (patch) | |
tree | 0890c156dd51d6224f9bcf162e5ebc00eb29d591 | |
parent | 69ffe1cf1a42aab009db97c38c5a739bb6b588df (diff) | |
download | ahka-8140bdc680839b906e11647f6c8669ac3e00e8e9.tar.gz ahka-8140bdc680839b906e11647f6c8669ac3e00e8e9.tar.bz2 ahka-8140bdc680839b906e11647f6c8669ac3e00e8e9.zip |
Further teams workarounds
-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
|