Conversations involving multiple participants, allowing collaboration and information sharing in Teams
thats the problem! why can't MS just fix this bug??
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am often working in other windows but have a lot of teams messages that I need to address. This results in my sending meaningless messages accidentally when I hit ENTER thinking I am in a different window but I am really in teams. How do I by default prevent the ENTER button from sending a message?
Conversations involving multiple participants, allowing collaboration and information sharing in Teams
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
thats the problem! why can't MS just fix this bug??
A third-party tool is not a practical solution as my company, and many others, do not allow installation of non-corporate approved applications on computers for security reasons. As these tools do not meet business critical needs they will never be evaluated and approved for use.
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:
Win + R → type shell:startup → press Enter.ahk file into this folderThis answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more
It is a typical example of how Microsoft bullies its customers. There was no reason to remove the option, and the default send operation was a nuisance to begin with, but Microsoft wanted to pretend this is an instant massaging application.