suskind / talkingkey

Useless project to make talking keys

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

talkingkey

Useless project to make talking keys

Lets make the most useless project making keys saying something when you type them.

Fork this project

Make a sound (mp4 and ogg)

Map it in js/talkingkey.js using

keyCode {
    'ogg': 'sounds/ogg_file.ogg',
    'mp4': 'sounds/mp4_file.mp4'
} 

// Ex: to key 9 
var map {
    // ... 
    '57': {
        'ogg': 'sounds/nine.ogg',
        'mp4': 'sounds/nine.mp4'
    }
    // ... 
}

pull request your sound

Demo:

Check it out at: http://cloudpt.pdvel.com/nine/

About

Useless project to make talking keys

License:MIT License