Selects a layout from the layout ring at the specified index.
Namespace: MindFusion.Keyboard
Assembly: VirtualKeyboard.js
SyntaxJavaScript
Copy Code
|
|---|
function selectLayout (index) |
The index of the layout to select.
RemarksThe specified layoutRing element is assigned to layout. To let users cycle through the ring using keyboard's UI, add LayoutRingKey to the layouts.
See Also