forked from Shinonome/dots-hyprland
ai: ctrl+shift+o to clear
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user