Below are revisions for this snippet.

Key Down Trapping





Syndication

Revision Revison 1
This code was something I used to monitor the keys that where press while a user would be entering text into a text box in my application. I monitored and watch for the user to hit the "Enter" key and then perform some task. Handy code for chat applications.