Paste emojis via clipboard
This commit is contained in:
@@ -145,7 +145,7 @@ Item {
|
|||||||
function applySelected(emoji) {
|
function applySelected(emoji) {
|
||||||
if (!emoji) return
|
if (!emoji) return
|
||||||
root.dismiss()
|
root.dismiss()
|
||||||
Quickshell.execDetached([root.omarchyPath + "/bin/omarchy-clipboard-paste-text", emoji])
|
Quickshell.execDetached([root.omarchyPath + "/bin/omarchy-clipboard-paste-text", "--shift-insert", emoji])
|
||||||
}
|
}
|
||||||
ListModel { id: displayModel }
|
ListModel { id: displayModel }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user