mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-24 09:47:29 -05:00
ai: text block: remove unecessary key hogger
This commit is contained in:
@@ -121,13 +121,6 @@ ColumnLayout {
|
|||||||
segmentContent = text
|
segmentContent = text
|
||||||
}
|
}
|
||||||
|
|
||||||
Keys.onPressed: (event) => {
|
|
||||||
if ((event.key === Qt.Key_C) && event.modifiers == Qt.ControlModifier) {
|
|
||||||
messageText.copy()
|
|
||||||
event.accepted = true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
onLinkActivated: (link) => {
|
onLinkActivated: (link) => {
|
||||||
Qt.openUrlExternally(link)
|
Qt.openUrlExternally(link)
|
||||||
Hyprland.dispatch("global quickshell:sidebarLeftClose")
|
Hyprland.dispatch("global quickshell:sidebarLeftClose")
|
||||||
|
|||||||
Reference in New Issue
Block a user