Conversations involving multiple participants, allowing collaboration and information sharing in Teams
As Microsoft still doesn't have an option to change the default behaviour of ENTER when you are in teams (from SEND to Line Feed or Carriage Return) you can use a third party tool like autohotkey as a work around with this script. This only changes the behaviour of ENTER when you are in Teams.
#IfWinActive ahk_exe Teams.exe
Enter::
Send +{Enter}
Return
#IfWinActive
Save this as a text file somewhere with the .ahk file suffix then double-click to run it.
If you like it and want it to always run:
- Press
Win + R→ typeshell:startup→ press Enter - Copy your
.ahkfile into this folder