SUMMARY It would be great if there is an option to send a message using `Ctrl`+`Enter` rather than `Ctrl` in case the message is send accidentally. I assume this is not too complicated to implement.
*** Bug 485329 has been marked as a duplicate of this bug. ***
A possibly relevant merge request was started @ https://invent.kde.org/network/neochat/-/merge_requests/1959
Git commit b70f73c7d6ce2b1f09464b4b3a4bcc7a6f804957 by Tobias Fella, on behalf of Eren Karakas. Committed on 06/11/2024 at 21:09. Pushed by tfella into branch 'master'. Make send message and insert newline shortcuts configurable Currently both Enter and Ctrl+Enter send the message in ChatBar on desktop. This might be unexpected behavior to users coming from other chat applications (eg. WhatsApp, Telegram, Element) as those send with Enter only by default. They allow changing send to Ctrl+Enter in settings and other option is used to insert a newline. M +6 -4 src/chatbar/ChatBar.qml M +12 -0 src/neochatconfig.kcfg M +26 -0 src/settings/NeoChatGeneralPage.qml https://invent.kde.org/network/neochat/-/commit/b70f73c7d6ce2b1f09464b4b3a4bcc7a6f804957