| Motorola Mobility Confidential Restricted. |
Handling InputThe KreaTV IP-STB software supports input handling through standardized JavaScript DOM level 3 event model using the KeyboardEvent interface. See the key identifiers page for a listing of the remote control key identifiers. Begin by adding an event listener and a handler function to your document:
In addition to key identifiers it is also possible to use key codes in the event handler.
|