We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 970f98b commit f49f217Copy full SHA for f49f217
albert.pyi
@@ -317,6 +317,14 @@ def setClipboardText(text: str=''):
317
"""
318
319
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
328
def openUrl(url: str = ''):
329
330
Open an URL using QDesktopServices::openUrl.
0 commit comments