mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
docs(web): fix typos following #16170
Test-bot: skip Build-bot: skip Follows: #16170 Co-authored-by: Eberhard Beilharz <ermshiperete@users.noreply.github.com>
This commit is contained in:
parent
0d8e6ae929
commit
b25005b7db
2 changed files with 5 additions and 5 deletions
|
|
@ -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