rdev
rdev copied to clipboard
Running `grab` example in WSL leads to `Error: KeyboardError`
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.
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.