HardwareSimulationUS_KeyboardLayoutUpdateKeyVisuals Method
A helper method that updates every key in the layout with a new string representation.
Namespace: BeeMobile.VirtualKeyboard.LayoutsAssembly: BeeMobile.VirtualKeyboard.AVA.NET6 (in BeeMobile.VirtualKeyboard.AVA.NET6.dll) Version: 11.0.0.2+aef809e856abb10e94d0b4c45f10d1805addc36e
protected virtual void UpdateKeyVisuals(
Dictionary<Key, string> map
)
abstract UpdateKeyVisuals :
map : Dictionary<Key, string> -> unit
override UpdateKeyVisuals :
map : Dictionary<Key, string> -> unit
Parameters
- map DictionaryKey, String
- A dictionary that contains the translations for the special keys.