varashellov

Results 2 issues of varashellov

Hello! Please provide an example of keystrokes. My code does not work ``` key := "Space" c.Input.DispatchKeyEvent(ctx, &input.DispatchKeyEventArgs{ Type: "keyDown", Key: &key, }) c.Input.DispatchKeyEvent(ctx, &input.DispatchKeyEventArgs{ Type: "keyUp", Key: &key, })...

In the example of my code, `autopy` always has access to the upper display. Is it possible to have `autopy` control on each display? ``` from pyvirtualdisplay import Display import...

enhancement