From 6201798ef57ebf205c9732bd160aeebe555e3e47 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Mon, 29 Sep 2025 10:28:54 +0200 Subject: [PATCH] ai: ctrl+shift+o to clear --- .config/quickshell/ii/modules/sidebarLeft/AiChat.qml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/quickshell/ii/modules/sidebarLeft/AiChat.qml b/.config/quickshell/ii/modules/sidebarLeft/AiChat.qml index b746e9482..16d7baee8 100644 --- a/.config/quickshell/ii/modules/sidebarLeft/AiChat.qml +++ b/.config/quickshell/ii/modules/sidebarLeft/AiChat.qml @@ -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: [