ai: ctrl+shift+o to clear

This commit is contained in:
end-4
2025-09-29 10:28:54 +02:00
parent ec3c09607d
commit 6201798ef5
@@ -36,6 +36,9 @@ Item {
event.accepted = true
}
}
if ((event.modifiers & Qt.ControlModifier) && (event.modifiers & Qt.ShiftModifier) && event.key === Qt.Key_O) {
Ai.clearMessages();
}
}
property var allCommands: [