We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a665cc commit 321b3f7Copy full SHA for 321b3f7
tests/all.py
@@ -25,6 +25,7 @@ def main() -> None:
25
print("Geometry:", window.geometry)
26
27
window.send_str("Hello World")
28
+ window.send_chr("Up")
29
30
window.warp_pointer(100, 100)
31
window.send_mouse_click(100, 100)
0 commit comments