Till now user can send simple keystrokes and shortcut keys so, after solving #10 next task is to embed input field in webpage host by esp32 s3 module, which will help user to just copy past the command in browser input.
keep these points in mind:
[ ] User will be able to send special characters.
[ ] Module should run on port 80 (make it simple)
[ ] when user past any command and click send button that particular line should be send be forward to attached device.
[ ] make yellow profile of mouse to work fine with Linux (personal requirement)
Till now user can send simple keystrokes and shortcut keys so, after solving #10 next task is to embed input field in webpage host by esp32 s3 module, which will help user to just copy past the command in browser input. keep these points in mind: