Skip to content

Commit f49f217

Browse files
[stub] v2.0 Albert.setClipboardTextAndPaste
1 parent 970f98b commit f49f217

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

albert.pyi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,14 @@ def setClipboardText(text: str=''):
317317
"""
318318

319319

320+
def setClipboardTextAndPaste(text: str=''):
321+
"""
322+
Set the system clipboard text and paste to the front-most window
323+
Args:
324+
text: The text used to set the clipboard
325+
"""
326+
327+
320328
def openUrl(url: str = ''):
321329
"""
322330
Open an URL using QDesktopServices::openUrl.

0 commit comments

Comments
 (0)