KeyboardManager Methods |
The KeyboardManager type exposes the following members.
Name | Description | |
---|---|---|
ClearAllMappings | Removes all the configured mappings. | |
ClearMapping | Removes a single active mapping. | |
DisableKey | Disables completely a single physical key, through the VScanEntry | |
GetIntent | Returns current mapping between a physical key and an Intent. | |
GetKeyboardLayout | Returns the physical keyboard layout. | |
GetKeyCode | Returns current mapping between a physical scan code key and an Android key code. | |
GetUnicode | Returns current mapping between a physical key and a unicode character. | |
IsKeyDisabled | Checks if a physical key is disabled. | |
LockInput | Locks or unlocks the input from keyboard and physical buttons. | |
MapIntent | To be added. | |
MapKeyCode | Assigns a virtual key code to a physical key. | |
MapUnicode | Assigns a unicode character to a physical key. |