Better presentations by highlighting features in websites on the fly
#Demo
###Easy to Use
Edit config.js
too add your keys and the corresponding elements to map and highlight when a key is pressed.
Just include the js files
<script src="./js/demo.js"></script>
<script src="./js/config.js"></script>
<script>
$( demo )
</script>
###Small, Free & Open-Source
Free and open-source (including commercial use). Published under MIT license.
###Version History
###v 1.0 (November 16, 2013)
- Only keys
a to z
and numbers0 - 9
are currently supported. - Uses Open-source Mousetrap library.