You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenPyInput is a small server for emulating keyboard input. To use it, you need a client that sends requests.
How to modify
To modify it, you need to add a code similar to the one presented:
```python
if request[0]==3:
keyboard.press("d")
```
If you can, rewrite the server in c++ for better performance