Options
All
  • Public
  • Public/Protected
  • All
Menu

Contains the various different available keyboard layouts.

Hierarchy

  • PresetLayouts

Index

Properties

alphabetic: string[]

An alphabetical layout with the letter keys in alphabetical order. This is a list with one entry for each keyboard row. Each row is a string that contains the characters available on that row.

qwerty: string[]

A qwerty layout with some special characters. This is a list with one entry for each keyboard row. Each row is a string that contains the characters available on that row.

qwertyBasic: string[]

A basic qwerty layout without many special characters. This is a list with one entry for each keyboard row. Each row is a string that contains the characters available on that row.

Generated using TypeDoc