How To Prevent Enter Key From Sending Chat Message

Anonymous
2022-11-11T15:44:24+00:00

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?

Microsoft Teams | Microsoft Teams for business | Chats | Group chats

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.

0 comments No comments

83 answers

Sort by: Most helpful
  1. Anonymous
    2024-11-26T20:49:43+00:00

    You might try mapping enter to shift-enter, and mapping shift-enter to ctrl-enter.
    If you hit ctrl-enter, it sends from either mode, and shift-enter enters a newline in either mode. There might be a combo that gets you the behavior you want.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2024-11-26T20:26:16+00:00

    This portion of my example script:

    #HotIf WinActive("ahk_exe ms-teams.exe")

    will limit this hotkey to ONLY swap the keymapping within teams.

    I had independently tried an AutoHotKey fix to map shift+enter to enter and vice versa. I threw it away because I couldn't find a way to make the script understand the format vs normal mode. Swapping the keys just swaps the mode in which the accidental sends happen, and it turns out I use both.
    If there is to be an keyboard shortcut for something that isn't related to entering text, it needs to be constant through editing modes. An exception for letters and caps lock, but if I miss that mode toggle then I'm only shouting and that I can edit before the message is sent out.

    Funny thing, in this text entry box, enter does as enter should even before I click a format function.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2024-11-26T17:17:42+00:00

    This portion of my example script:

    #HotIf WinActive("ahk_exe ms-teams.exe")

    will limit this hotkey to ONLY swap the keymapping within teams.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2024-11-01T09:54:11+00:00

    I noticed that copilote opened as side widow in Edge actually doesn't use return key as send.

    So why not change it everywhere? Open AI even professional part still has the same problem. For a web app it must be even easier, unless the basic on event javascript can't tell if the key is sent or return.

    So why don't they do it?

    This is starting to sound sinister.

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2024-10-29T19:34:01+00:00

    I just made a new modal interface for my car. It has normal mode, and hill mode. Toggle by clicking the mode button next to the start/stop button.
    In hill mode, press the accelerator to slow, and the brake pedal to accelerate. There will be a light just behind the steering wheel to tell you what mode you are in. I recommend looking at the road while you drive.

    This is how using 'shift+enter to linefeed', except when it is 'enter to linefeed' feels to me.

    A less extreme metaphor: there are vi, emacs, and notepad people. Each gets used to their interface and it becomes physical memory. Very very few of them toggle back and forth on a paragraph to paragraph basis - that way lies madness.

    In the mobile app, there is no issue using two separate keys to perform these independent functions regardless of input mode. Surely a more consistent customer feel would be achieved by giving an option to change this default functionality.

    Was this answer helpful?

    0 comments No comments