From a143cc8e2037d421ef9291bae1ec645a337f400e Mon Sep 17 00:00:00 2001 From: Petr Mironychev <9195189+Palm1r@users.noreply.github.com> Date: Fri, 31 Oct 2025 09:13:40 +0100 Subject: [PATCH] fix: Add ctrl+enter shortcut --- ChatView/qml/RootItem.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {