Merge branch 'master' into fix/windows/clone-state-actions-deep-copy
Some checks failed
Keyman Build Summary / Summarize build status checks (push) Has been cancelled

This commit is contained in:
rc-swag 2026-07-23 22:49:15 +10:00 committed by GitHub
commit 2a96f40ea7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 10 additions and 6 deletions

View file

@ -1,5 +1,9 @@
# Keyman Version History
## 19.0.259 alpha 2026-07-20
* docs(web): fix typos following #16170 (#16225)
## 19.0.258 alpha 2026-07-15
* chore(android): remove doc for non-existing deprecated functions (#16244)

View file

@ -1 +1 @@
19.0.259
19.0.260

View file

@ -9,10 +9,10 @@ Shows the on-screen keyboard and locks it at the resulting location.
## Syntax
```js
keyman.interface.ShowPinnedHelp(x, y);
keyman.interface.showPinnedHelp(x, y);
KeymanWeb.ShowPinnedHelp(x, y);
KeymanWeb.showPinnedHelp(x, y);
keyman.interface.ShowPinnedHelp();
keyman.interface.showPinnedHelp();
KeymanWeb.ShowPinnedHelp();
KeymanWeb.showPinnedHelp();
```
### Parameters

View file

@ -140,7 +140,7 @@ keyboards, but should not be used in any new keyboards or user interfaces.
[`ShowHelp` or `showHelp` Function (Deprecated)](ShowHelp)
: Use [`keyman.osk.setPos()`](../osk/setPos)
Use [`keyman.osk.show()`](../osk/show)
: Use [`keyman.osk.show()`](../osk/show)
[`ShowPinnedHelp` or `showPinnedHelp` Function (Deprecated)](ShowPinnedHelp)
: Use [`keyman.osk.setRect()`](../osk/setRect)