Working with User Input and Text Entry

Windows Media Center applications need to consider different aspects of user input and interaction with the application, and of text entry, including the way that users enter text from a distance, and how to enter text in their own language.

To support all user conditions, including Media Center Extender, your application must enable the user to enter text where needed by using only the remote control. An application typically requires the user to enter text during the following scenarios:

  • Initial service sign-up
  • Logon
  • Search

This section discusses these considerations in the following topics:

Topic Description
Displaying the Onscreen Keyboard Explains how to use the onscreen keyboard for text entry.
Triple-Tap Text Entry Describes the triple-tap method of text entry, which can be entered from the remote control or from the triple-tap layout of the onscreen keyboard.
Understanding Mouse, Keyboard, Remote Control, and Touch Input Lists the buttons, grouped by function, that may appear on a Windows Media Center remote control.
Working with Input Handlers Describes how to work with input handlers to capture user input.
Working with Input from Touch Screens Describes different considerations in accepting user input from touch screens.

See Also