Type alias GlyphVirtualKeysTemplate

GlyphVirtualKeysTemplate: [string, string]

A template for multiple GlyphVirtualKey virtual keyboard keys. A 2-tuple of strings, where each string has the same length. Each character of the string represents a glyph to add to a keyboard row. The first string of the tuple has the regular glyphs, while the second string string of the tuple has the alternative glyphs.

Example:

const template: GlyphVirtualKeysTemplate = ['qwertyuiop', 'QWERTYUIOP'];

Generated using TypeDoc