Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 816 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 816 Bytes

Milkeyways

Missing bridge for synccing keyboard events across applications


Goals

  • 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

Features

  • browser -> server connection
  • real-time data piping from all tabs

Todo

  • assign hotkeys, in browser-extension, delegated by python server

Chrome extension

cd src/src/chrome-extension/extension/
npm i
npm start

This will start development server at localhost:3000 For more details view the README

Local server

python socketserver.py

Chrome extension will be sending data to localhost:3232.