Missing bridge for synccing keyboard events across applications
- Standarized hotkey assinging, across OS programs and web apps
- Conflict free assigning
- Optimal hotkey assignement, given measurable any device with a norm
$|.|$ - Global text completion
- browser -> server connection
- real-time data piping from all tabs
- assign hotkeys, in browser-extension, delegated by python server
cd src/src/chrome-extension/extension/
npm i
npm start
This will start development server at localhost:3000 For more details view the README
python socketserver.py
Chrome extension will be sending data to localhost:3232
.