mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-18 14:27:43 +00:00
docs(web): on KLS format and its arrays of 65 entries
This commit is contained in:
parent
c4932b7fd1
commit
3d77cf2fef
1 changed files with 2 additions and 2 deletions
|
|
@ -28,8 +28,8 @@ export interface EncodedVisualKeyboard {
|
|||
* Keyboard Layer Specification: an object-based map of layer name to the keycaps for its
|
||||
* 65 keys. The 65 keys are ordered from left to right, then top to bottom.
|
||||
*
|
||||
* There are a few reserved entries.
|
||||
* TODO: better document the exact ranges involved.
|
||||
* The key ID corresponding to each index of the array is specified within `Codes.dfltCodes`.
|
||||
* Entries corresponding to `K_*` in `Codes.dfltCodes` are reserved for future use.
|
||||
*/
|
||||
KLS?: {[layerName: string]: string[]},
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue