https://github.com/rileyjshaw/keyboard-keyboard
:musical_keyboard: Use a MIDI keyboard as your laptop keyboard!
https://github.com/rileyjshaw/keyboard-keyboard
Last synced: 7 months ago
JSON representation
:musical_keyboard: Use a MIDI keyboard as your laptop keyboard!
- Host: GitHub
- URL: https://github.com/rileyjshaw/keyboard-keyboard
- Owner: rileyjshaw
- License: unlicense
- Created: 2016-05-28T21:01:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-29T00:53:02.000Z (over 9 years ago)
- Last Synced: 2025-02-01T07:22:32.477Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.91 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

_Use a MIDI keyboard as your laptop keyboard._
Built on the cab ride over to [Stupid Shit No One Needs & Terrible Ideas
Hackathon Toronto](http://stupidhacktoronto.com/).# Usage
Plug in a MIDI keyboard, then:```bash
git clone https://github.com/rileyjshaw/keyboard-keyboard.git
cd keyboard-keyboard
npm i # note: `node-midi` wasn't jiving with Node v6. v5 seems to work.
node index.js
```Hit keys!
## Controls
**1 key:** Letter A-Y (sorry, Z!). Hard press = UPPERCASE, soft press = lowercase.**2 keys simultaneously:** Spacebar
**3+ keys simultaneously:** On the roadmap...
[Public domain.](./LICENSE)