Javascript Capture Keyboard Input Tutorial HTML Application
In this Javascript and HTML programming lesson you can learn how to build a basic web application that captures keyboard input and allows you to access the properties of keyboard events. This is especially handy for game programming and interactive applications, but the ways you can apply it are completely up to you and your imagination. In the very next video lesson we will expand upon this to show how to add condition logic in order to perform specific tasks in a web application according to specific keys being pressed by the user.