Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors