Click or drag to resize

KeyboardManager Methods

The KeyboardManager type exposes the following members.

Methods
  NameDescription
Public methodClearAllMappings
Removes all the configured mappings.
Public methodClearMapping
Removes a single active mapping.
Public methodDisableKey
Disables completely a single physical key, through the VScanEntry
Public methodGetIntent
Returns current mapping between a physical key and an Intent.
Public methodStatic memberGetKeyboardLayout
Returns the physical keyboard layout.
Public methodGetKeyCode
Returns current mapping between a physical scan code key and an Android key code.
Public methodGetUnicode
Returns current mapping between a physical key and a unicode character.
Public methodIsKeyDisabled
Checks if a physical key is disabled.
Public methodLockInput
Locks or unlocks the input from keyboard and physical buttons.
Public methodMapIntent
To be added.
Public methodMapKeyCode
Assigns a virtual key code to a physical key.
Public methodMapUnicode
Assigns a unicode character to a physical key.
Top
See Also