mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
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
Some checks failed
Keyman Build Summary / Summarize build status checks (push) Has been cancelled
This commit is contained in:
commit
2a96f40ea7
4 changed files with 10 additions and 6 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
19.0.259
|
||||
19.0.260
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue