Skip to content

Missing bridge for synccing keyboard events across applications

License

Notifications You must be signed in to change notification settings

danielcieslinski/milkeyways

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.