rdev icon indicating copy to clipboard operation
rdev copied to clipboard

Running `grab` example in WSL leads to `Error: KeyboardError`

Open joepio opened this issue 3 years ago • 1 comments

Thanks for creating & maintaining this :)

I'm trying to run the example on WSL, and got Error: KeyboardError directly on running. Here a demo repo.

I can definitely imagine that getting grab working on WSL is a problem, as I'm not even sure if WSL has access to global events. Maybe this warrants updated documentation, a better error or an implementation.

joepio avatar Sep 25 '22 09:09 joepio

Ohh I have NO idea how WSL handles it's graphics part, but since you're on windows you should probably use the windows code which should work.

The code on WSL might try to use X11 and I have no idea if that's correct or how the interfacing with windows work, but I'm guessing it's extremely specific.

Narsil avatar Nov 11 '22 09:11 Narsil