https://github.com/makefu/keyboard-passthrough
32u4 USB Keyboard Passthrough Firmware and sample Python script
https://github.com/makefu/keyboard-passthrough
Last synced: 8 months ago
JSON representation
32u4 USB Keyboard Passthrough Firmware and sample Python script
- Host: GitHub
- URL: https://github.com/makefu/keyboard-passthrough
- Owner: makefu
- License: wtfpl
- Created: 2015-01-26T13:14:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-26T13:24:48.000Z (over 11 years ago)
- Last Synced: 2025-01-31T13:05:42.522Z (over 1 year ago)
- Language: Python
- Size: 105 KB
- Stars: 12
- Watchers: 3
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Installation
------------
You may need to change the port by hand if your USB-TTL adapter comes up as
something different than /dev/ttyUSB0 (*hint*Windows COM ports*hint*).
virtualenv .
. bin/activate
# didn't work for me
#pip install pygame --allow-external pygame --allow-unverified pygame
# worked
pip install hg+http://bitbucket.org/pygame/pygame
Usage
-----
python here.py
Now type in the black window, every keystroke should be mapped and forwarded,
modifier keys like ctrl, alt and the window key should be working.
Links
-----
For the complete description of the remote management stack, see:
http://euer.krebsco.de/a-software-kvm-switch/