An attempt at creating a steno device using two phones connected to a Windows system
PansieS
| |
phone steno
- the windows PC creates a websocket server that listens for key inputs
- it also hosts a website that is opened by the phones
- the website allows you to choose the side of the input halves and shows the corresponding keys
- it listens for key inputs and sends them over to the websocket server
- the PC uses the SendInput API to send inputs to the OS