mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-11-13 05:22:49 -05:00
fix: Add ctrl+enter shortcut
This commit is contained in:
@ -297,7 +297,7 @@ ChatRootView {
|
|||||||
Shortcut {
|
Shortcut {
|
||||||
id: sendMessageShortcut
|
id: sendMessageShortcut
|
||||||
|
|
||||||
sequence: "Ctrl+Return"
|
sequences: ["Ctrl+Return", "Ctrl+Enter"]
|
||||||
context: Qt.WindowShortcut
|
context: Qt.WindowShortcut
|
||||||
onActivated: {
|
onActivated: {
|
||||||
if (messageInput.activeFocus && !Qt.inputMethod.visible) {
|
if (messageInput.activeFocus && !Qt.inputMethod.visible) {
|
||||||
|
|||||||
Reference in New Issue
Block a user