diff --git a/ChatView/qml/RootItem.qml b/ChatView/qml/RootItem.qml index d1198a2..aaea3b3 100644 --- a/ChatView/qml/RootItem.qml +++ b/ChatView/qml/RootItem.qml @@ -297,7 +297,7 @@ ChatRootView { Shortcut { id: sendMessageShortcut - sequence: "Ctrl+Return" + sequences: ["Ctrl+Return", "Ctrl+Enter"] context: Qt.WindowShortcut onActivated: { if (messageInput.activeFocus && !Qt.inputMethod.visible) {