Click or drag to resize

KeyboardManager Methods

The KeyboardManager type exposes the following members.

Methods
NameDescription
Public method ClearAllMappings
Removes all the configured mappings.
Public method ClearMapping
Removes a single active mapping.
Public method DisableKey
Disables completely a single physical key, through the VScanEntry data structure.
Public method GetIntent
Returns current mapping between a physical key and an Intent.
Public method GetKeyboardLayout
Returns the physical keyboard layout.
Public method GetKeyCode
Returns current mapping between a physical scan code key and an Android key code.
Public method GetMappingArguments
Gets the arguments of a key mapping.
Public method GetMappingObjects
Query the mapping information of a key.
Public method GetUnicode
Returns current mapping between a physical key and a unicode character.
Public method IsKeyDisabled
Checks if a physical key is disabled.
Public method LockInput
Locks or unlocks the input from keyboard and physical buttons.
Public method MapIntent
Assigns an Intent to a physical key.
Public method MapKey
Maps key events to customized actions.
Public method MapKey
Maps key events to customized actions.
Public method MapKeyCode
Assigns a virtual key code to a physical key.
Public method MapUnicode
Assigns a unicode character to a physical key.
Top Top
See Also