mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-16 12:47:41 +00:00
Relates to #949. * Adds optional `displayName` property to keyboard stubs: if present, this will override the name on the spacebar. * Adds optional `spacebarText` member to `keyman.options`. This defaults to `SpacebarText.LANGUAGE_KEYBOARD`, and can be one of: ``` SpacebarText.LANGUAGE SpacebarText.KEYBOARD SpacebarText.LANGUAGE_KEYBOARD SpacebarText.BLANK ``` * Sets the display pattern for LANGUAGE_KEYBOARD to be "language - keyboard" instead of "language (keyboard)", which reduces the number of parentheses visible on the spacebar. |
||
|---|---|---|
| .. | ||
| browser | ||
| embedded | ||
| banner.ts | ||
| bannerManager.ts | ||
| keytip.interface.ts | ||
| languageMenu.ts | ||
| oskBaseKey.ts | ||
| oskKey.ts | ||
| oskManager.ts | ||
| preProcessor.ts | ||
| utils.ts | ||
| visualKeyboard.ts | ||