samsouder / colorkeys
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (1)
- Wiki (1)
- Graphs
-
Branch:
master
commit 47f138e6c2a1815e9230f7baa57acaebbd55e9cf
tree f1111c2c821d06263f99335f72ddacb334222127
parent 2b9262983c2203df40b29e58665c311df2c99463
tree f1111c2c821d06263f99335f72ddacb334222127
parent 2b9262983c2203df40b29e58665c311df2c99463
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
AppController.h | ||
| |
AppController.m | ||
| |
Color Keys.xcodeproj/ | ||
| |
Color Keys_Prefix.pch | ||
| |
English.lproj/ | ||
| |
Info.plist | ||
| |
LetterView.h | ||
| |
LetterView.m | ||
| |
README.md | ||
| |
main.m |
README.md
Color Keys is a simple, fullscreen application that shows large letters and plays sounds when keys are pressed. It is helpful when you have children who wish to bang on the keys, which tends to cause bad things with most applications.
Note, to exit you must press the escape key 15 times.
The sounds come from /Library/Audio/Apple Loops/Apple/iLife Sound Effects/, so you must have the iLife sound effects installed in that location to hear them. I have limited the sound effects to only sounds less than 20 seconds in length and I have removed some of the ones that didn't make sense to hear for me. YMMV, feel free to modify kSoundsPath and kSoundDurationLimit in AppController.m if you wish to change things up.

