Skip to content

Commit 321b3f7

Browse files
fix send_chr for windows
1 parent 0a665cc commit 321b3f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/all.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def main() -> None:
2525
print("Geometry:", window.geometry)
2626

2727
window.send_str("Hello World")
28+
window.send_chr("Up")
2829

2930
window.warp_pointer(100, 100)
3031
window.send_mouse_click(100, 100)

0 commit comments

Comments
 (0)